Page 1 of 1
How to encircle text?
Posted: 2012-02-11T17:52:04-07:00
by Puff_the_dragon
Hello, I'd like to know how to encircle text using imagemagick, are there ready-made functions for this or do I have to dig deeper into it, thanks.
Re: How to encircle text?
Posted: 2012-02-11T19:18:07-07:00
by fmw42
please explain what you mean by encircle or provide a link to an example.
If you mean put a circle, or ellipse or rounded-rectangle, then see -draw at
http://www.imagemagick.org/Usage/draw/#primitives
see also
http://www.imagemagick.org/Usage/text/
if you mean writing text in a circular pattern see
http://www.imagemagick.org/Usage/fonts/#circle
Re: How to encircle text?
Posted: 2012-02-12T06:49:44-07:00
by anthony
If you mean locating a specific bit of text, and marking it, that is a lot harder, but possible if the input is restrictive enough (not general).
More information is needed to help.