|
Or, you can easily do it both online and on your comp providing you have imagemagick on both... its free! For example, lets say "pic1.jpg" is your pic, and "logo.gif" is the logo you want stamped onto it (gif to allow transparent edges, so you don't have to use a rectangle);
composite -geometry +10+20 pic1.jpg logo.gif pic1.jpg
That would allow you to write a script to do it all automatically... dunno if that helps.
|