Mass Watermarking Images

dresden

BuSo Pro
Joined
Dec 4, 2015
Messages
130
Likes
218
Degree
1
Found this on product hunt today: https://www.watermark.ws

What other tools are you guys using to do this? I had a script I put together in PHP that would watermark an entire directory and upload to imgur, but it seems to have broken since I last used it.
 
Joined
Aug 15, 2015
Messages
53
Likes
34
Degree
0
I use WonderFox Watermark. It's nothing special but it get's the job done.
 

CCarter

Final Boss ®
Moderator
BuSo Pro
Boot Camp
Digital Strategist
Joined
Sep 15, 2014
Messages
3,920
Likes
7,870
Degree
8
Photoshop has a powerful automation feature that I used for massive watermarking - 10K at a time stuff. I was surprised too, but I shouldn't have been really...
 

Phenom

Get Rich Snippets, Or Die Trying
BuSo Pro
Digital Strategist
Joined
Nov 12, 2014
Messages
189
Likes
294
Degree
1
If you are not a savage and use an Apple this little $5.99 App called Photobulk is legit.
https://itunes.apple.com/us/app/photobulk-watermark-resize/id537211143?mt=12

It does bulk water marks, re-size, and basic opti and file renaming. It also lets you save default settings so I just have all the sizes saved and convert each batch of images to the correct platform size as well as adding a watermark.

But the biggest benefit is allowing you to preview the images before you convert :smile:
 

Kevin

Beast
Joined
Dec 12, 2014
Messages
371
Likes
586
Degree
2
I just use photoshop actions, with some clever actions you can do much more than watermark.
 
Joined
Mar 16, 2017
Messages
40
Likes
102
Degree
0
I’ve been doing a lot more of my work in Python and highly recommend it for SEOs (or anyone really).

You could write a script to do all of this image editing automatically and even make the script download the proper directories via FTP, add the watermark, and reupload the images with one click of a button.
 

bernard

BuSo Pro
Joined
Dec 31, 2016
Messages
2,309
Likes
1,876
Degree
5
I’ve been doing a lot more of my work in Python and highly recommend it for SEOs (or anyone really).

You could write a script to do all of this image editing automatically and even make the script download the proper directories via FTP, add the watermark, and reupload the images with one click of a button.

Absolutely.

ImageMagick and ask ChatGPT. Be prepared for some frustration to get all the libraries and with positioning of watermarks if the images are not same size and same type.