Text + Picture

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
opiumx
Posts: 3
Joined: 2012-05-14T07:46:40-07:00
Authentication code: 13

Text + Picture

Post by opiumx »

Hello Please Help ME ! I need to put the text on the image at a specific location. Image
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Text + Picture

Post by Bonzo »

convert input.png -fill white -pointsize 10 -gravity east -annotate +0+0 '25' output.png
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Text + Picture

Post by anthony »

IM Examples, Text Handling
http://www.imagemagick.org/Usage/text/
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
opiumx
Posts: 3
Joined: 2012-05-14T07:46:40-07:00
Authentication code: 13

Re: Text + Picture

Post by opiumx »

Thank you very helpful!!!
Post Reply