Quote:
Originally Posted by Twig
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