Page 1 of 1

Text + Picture

Posted: 2012-05-14T07:54:36-07:00
by opiumx
Hello Please Help ME ! I need to put the text on the image at a specific location. Image

Re: Text + Picture

Posted: 2012-05-14T08:46:00-07:00
by Bonzo
convert input.png -fill white -pointsize 10 -gravity east -annotate +0+0 '25' output.png

Re: Text + Picture

Posted: 2012-05-14T18:09:59-07:00
by anthony
IM Examples, Text Handling
http://www.imagemagick.org/Usage/text/

Re: Text + Picture

Posted: 2012-05-16T04:16:32-07:00
by opiumx
Thank you very helpful!!!