- Adding copyright text to photo's
- Posted by Nick Bruton on November 28th, 2003
Hi,
Does anyone know a way to add copyright text to a load of jpg files?
Thanks Nick
- Posted by Joseph Haig on November 28th, 2003
Nick Bruton wrote:
ImageMagick can probably do what you want. In particular, look at "man
composite". I haven't tried it myself but I think what you want to do is
create an image containing the text and then use composite to add it to all
the images:
$ for FILE in *.jpg
NB, I have NOT tried this, so I do not know how this will turn out. You
should read the man page before trying it.
- Posted by fernando on December 1st, 2003
On Fri, 28 Nov 2003 12:17:45 GMT, Nick Bruton
<nick.bruton@bristol.ac.uk> wrote:
for i in *
do
mogrify -fill white -draw 'text 20,20 "Text Come Here"' $i
done
--
--------------------------------------
These are my personal opinions
Real email: sanabriaf at yahoo dot com