How do I add text to bottom of polarid border

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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

-label add text to the meta-data of the image. It does not annotate the image..

See IM Examples - Annotation - Labeling Images...
http://www.cit.gu.edu.au/~anthony/graph ... /#labeling
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

-font to select the font
-pointsize to set the size of the font.

No more, you are asking questions that can be self answered with a little study.
See IM Examples, specifically "Text to Image" and "Annotate Images"

However you probably should also read 'Basics' as well.

Remember what you are doing is command line IM from within PHP, so if you get your command line right you can then get your PHP right.

On the other hand using a PHP IM module, is much more like lower level programming and is much harder to try things.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply