Hello
I just discovered your site and ImageMagick may be the answer to my quest.
I want, using VBA ( Excel VB) to write over a JPG picture, numver like 1, 2, 3 ect
Could it be done using this application? If so, any example.
My goal is to create a command line witth the string (number) to be put on a jpg file and send it to a shell comnand
I know how to create the shell command string. But nothing in the ImageMagick software
English is not my language, nor be a certified coder in VBA so I'm a bit loss
Any help or link appreciated
Martin
Newby question: How to awrite info over a picture using a co
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Newby question: How to awrite info over a picture using
In command line mode, is this what you want, with the number 5 at the bottom of the resulting image? You can have it written anywhere you want.
See http://www.imagemagick.org/Usage/text/#annotate
convert zelda3.jpg -fill white -font Arial -pointsize 24 -gravity south -annotate +0+0 "5" zelda3_annotate5.jpg
See http://www.imagemagick.org/Usage/text/#annotate
convert zelda3.jpg -fill white -font Arial -pointsize 24 -gravity south -annotate +0+0 "5" zelda3_annotate5.jpg