Mass Watermarking Images

dresden

BuSo Pro
Joined
Dec 4, 2015
Messages
130
Likes
219
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.
 
I use WonderFox Watermark. It's nothing special but it get's the job done.
 
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...
 
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:
 
I just use photoshop actions, with some clever actions you can do much more than watermark.
 
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.
 
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.
 
Back