View Single Post
Old 04-10-2003, 12:10 AM  
kmanrox
aka K-Man
 
kmanrox's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: The Gutter
Posts: 29,292
Quote:
Originally posted by fletcher
Try this:

-----------

#!/bin/sh

for i in $1/*.jpg
FILENAME=`basename $i`
composite -geometry +10+10 watermark.png $FILENAME $FILENAME
done

-----------

That's a simple shell script to do it if you have ImageMagick installed. The watermark file needs to be a PNG with transparency. You can set the offset by changing "+10+10", etc.
thx fletch, ill verify this then give it a try...
__________________
Crypto HODLr
Crypto mining
Angel investor
kmanrox is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote