Search found 3 matches

by Forssux
2014-05-12T00:38:48-07:00
Forum: Users
Topic: I want to annotate copyright symbol with windows bat
Replies: 1
Views: 3996

I want to annotate copyright symbol with windows bat

Hi There

Thanks to this forum I've assembled a script with snips of scripts left and right.
I'm using ImageMagick-6.8.9-Q16 in a Windows 7 environment.

The script produce 3 pictures one with a Logo, one with text and one with both.
The problem is that the intended "©" becomes a "®" on the picture ...
by Forssux
2014-05-07T05:44:18-07:00
Forum: Users
Topic: How do I extract the author name and print it on the picture
Replies: 2
Views: 3680

Re: How do I extract the author name and print it on the pic

Hi snibgo,

thank you for the quick reply..
I changed the line to this FOR /F "tokens=*" %%x IN ('identify -format "\n%%[EXIF:Artist]" "%file%"') DO SET Artist=%%x
which works great

Thank you very much
Guy
by Forssux
2014-05-07T04:34:35-07:00
Forum: Users
Topic: How do I extract the author name and print it on the picture
Replies: 2
Views: 3680

How do I extract the author name and print it on the picture

Hi There,

I'm using following script in a Windows world where I installed ImageMagick-6.8.9-Q16; users choose a picture that is send to Org-jpg-logo-IN
Then a logo is printed on it depending on the size of the original picture.
I was asked if I could print the name of the photgrapher on the picture ...