View Single Post
Old 09-08-2009, 04:32 PM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,319
Quote:
Originally Posted by Twig View Post
I need a good watermark program(preferably free) where I can just input a directory(from HDD) and it will go through and add a watermark for me.
you could do it via your server

Code:
for i in *.jpg; do composite -gravity southeast watermark.png $i tmp/$i; done
just upload and create a dir tmp, and it will save the new ones to that dir with the watrmark
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote