What's an easy way to watermark my product photos?

suklee

Diamond Member
Oct 9, 1999
4,575
10
81
Will be going live with a product catalog soon, and before I upload the images to our server, I'd like a simple way to add watermarks across the entire jpeg...

Any suggestions?
 

Thyme

Platinum Member
Nov 30, 2000
2,330
0
0
Advanced Batch Converter lets you add text, but not really water marks. Maybe there are some image batch processing programs that will.
 

Rottie

Diamond Member
Feb 10, 2002
4,795
2
81
If you have Adobe Photoshop then do google search for watermark plug in.
 

Eureka

Diamond Member
Sep 6, 2005
3,822
1
81
Or just simply:

create a layer with your logo on it, place it onto the base image, lower the opacity until you can see the background easily but the watermark still shows, save as one file.

I've only done this with Photoshop, but I believe GIMP should be able to as well.

Norm
 

Thyme

Platinum Member
Nov 30, 2000
2,330
0
0
Will any of that do it on batch so he can do it to his whole catalog at once?
 

ttown

Platinum Member
Oct 27, 2003
2,412
0
0
Originally posted by: Thyme
Will any of that do it on batch so he can do it to his whole catalog at once?
image magick is command-line runnable -- and so can be scripted to do batches

something like:
for x in ('ls *.jpg')
convert ..a whole mess of command line options... yourwatermark $x new$x
end

something like that, anyway

EXAMPLE DOCS -- with watermarking about 1/2 way down the page


 

suklee

Diamond Member
Oct 9, 1999
4,575
10
81
Wow, thanks guys for the abundant suggestions! :)

I have photoshop, but not sure how 'convenient' it'd be to do a bunch of photos.

image magick looks promising.

I'll be checking each as time allows throughout the day, and will update on my progress. Thanks again.
 

suklee

Diamond Member
Oct 9, 1999
4,575
10
81
Originally posted by: Xyclone
PS works for me! :D
Any tips on the actual watermark text?

Text - simply put my company name?
Type face - do certain fonts work better than others?
Layer opacity - will experiment.
Placement - diagonal from bottom left corner to top right corner?