GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Bulk image watermark ? (https://gfy.com/showthread.php?t=1066249)

dimegkay 04-27-2012 10:06 AM

Bulk image watermark ?
 
Hello,
any one know a good software to bulk watermark image ? I have like 15k pic to watermark.

Thanks for all the input, much appreciated :)

shake 04-27-2012 10:19 AM

Only 15k? Just do it by hand.

epitome 04-27-2012 10:21 AM

If you want easy and free then try photoscape although come to think of it, you may have to drag each image with that. I only use it when I don't feel like loading Photoshop.

Sly 04-27-2012 10:21 AM

Maybe have a simple server-side script created for that size.

biskoppen 04-27-2012 10:21 AM

watermark master

u-Bob 04-27-2012 10:22 AM

Fast Stone...

BladeZ 04-27-2012 10:23 AM

http://www.faststone.org/FSResizerDetail.htm

MK Ultra 04-27-2012 10:31 AM

I've watermarked over 30k pics in a single batch with ACDSEE Pro 4,
I haven't tried the newest one yet, Pro 5
http://www.acdsee.com/en/products/acdsee-pro-5

Jman 04-27-2012 10:36 AM

I use watermark factory but not sure if it can go to that kind of volume.

PiracyPitbull 04-27-2012 11:31 AM

Fast Stone

just a punk 04-27-2012 11:44 AM

Quote:

Originally Posted by dimegkay (Post 18912025)
Hello,
any one know a good software to bulk watermark image ? I have like 15k pic to watermark.

Thanks for all the input, much appreciated :)

Here you go: http://www.faststone.org/

VenusBlogger 04-27-2012 12:15 PM

photoshop action.

uniquemkt 04-27-2012 12:39 PM

graphicsmagick, duh.

CIVMatt 04-27-2012 01:14 PM

acdsee duh

DigitalTheory 04-27-2012 01:28 PM

Fast stone :)

NBHNC 04-27-2012 02:18 PM

Visual Watermark

fris 04-27-2012 02:20 PM

if you wanna do it via server using imagemagick.

Code:

#!/bin/bash

for i in *.jpg
do
  echo adding watermark to $i
  composite -gravity SouthEast watermark.png $i ${i//.jpg}-watermarked.jpg
done


AdultKing 04-27-2012 02:44 PM

Quote:

Originally Posted by fris (Post 18912465)
if you wanna do it via server using imagemagick.

Code:

#!/bin/bash

for i in *.jpg
do
  echo adding watermark to $i
  composite -gravity SouthEast watermark.png $i ${i//.jpg}-watermarked.jpg
done


:thumbsup

And if you're on a Mac it's easy to just put Imagemagick on your Mac and run it from the shell in the Terminal window. Imagemagick is a must have on a Mac if you're doing anything with images.

F-U-Jimmy 05-26-2014 08:53 AM

Here's a few options

https://www.watermark-image.com
http://www.visualwatermark.com
http://www.uconomix.com/Products/uMark/Default.aspx
http://www.easy-watermark-studio.com
http://www.watermark-software.com
http://en.softonic.com/s/full-versio...rmark-software ( Free Stuff )
http://www.aoaophoto.com
http://www.winwatermark.com

KaliC 05-26-2014 11:41 AM

Quote:

Originally Posted by fris (Post 18912465)
if you wanna do it via server using imagemagick.

Code:

#!/bin/bash

for i in *.jpg
do
  echo adding watermark to $i
  composite -gravity SouthEast watermark.png $i ${i//.jpg}-watermarked.jpg
done


Nice!

Yeah there is no good free ones, just fork out the $30 and buy one of the good ones.

2MuchMark 05-26-2014 01:14 PM

http://www.jalbum.net

HomerSimpson 05-26-2014 01:52 PM

I use FastStone Image Viewer (you can download it from: http://www.filehorse.com/download-fa...-image-viewer/ )

install and open picture/folder and press F3... really fast and powerful and it's free..

MichaelP 05-26-2014 01:54 PM

Quote:

Originally Posted by NBHNC (Post 18912462)
Visual Watermark

:thumbsup:thumbsup:thumbsup

newdipshit 05-26-2014 02:22 PM

Photoshop action
 
If you are a photoshop user, I can teach you how to build an action to do it... Automate, batch, run action... go have a beer :thumbsup

247mg 05-27-2014 12:52 AM

You just need one who can do your job in a quicktime.

TSR Soft

http://www.watermark-image.com/

grzepa 05-28-2014 01:37 AM

faststone image resizer

CandidHotties 05-28-2014 07:12 AM

try Photoshop. record a watermark action and apply that to your images folders.
Look for Photoshop batch watermark on youtube. it's very easy to do it

CandidHotties 05-28-2014 07:15 AM

try Photoshop. record a watermark action and apply that to your images folders.
Look for Photoshop batch watermark on youtube. it's very easy to do it

donedeal 05-28-2014 07:55 AM

Irfanview

NemesisEnforcer 05-28-2014 10:00 AM

Quote:

Originally Posted by dimegkay (Post 18912025)
any one know a good software to bulk watermark image ? I have like 15k pic to watermark.

Arles will do the job for you ant it's now free.

martinsc 05-28-2014 10:15 AM

Quote:

Originally Posted by fris (Post 18912465)
if you wanna do it via server using imagemagick.

Code:

#!/bin/bash

for i in *.jpg
do
  echo adding watermark to $i
  composite -gravity SouthEast watermark.png $i ${i//.jpg}-watermarked.jpg
done


:thumbsup:thumbsup

zallboro 05-28-2014 10:55 AM

www dot watermark-image dot com

fris 05-28-2014 09:15 PM

if you are on a mac photobulk does this.

http://mac.eltima.com/bulk-image-editor.html


All times are GMT -7. The time now is 09:08 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123