Page 1 of 1
What style options can be used with the CAPTION: format?
Posted: 2008-04-29T15:53:25-07:00
by rmagick
I'm trying to put together a list of convert options that can be used with the caption: format to control the font and font style used in the caption image. I have these: antialias, font, density, pointsize, bordercolor, fill, stroke, strokewidth, undercolor, and gravity. Is this accurate and complete?
Re: What style options can be used with the CAPTION: format?
Posted: 2008-04-29T16:52:56-07:00
by magick
Your list appears complete and accurate. To verify, see GetDrawInfo() in magick/draw.c and check which clone_info members are assigned to the draw_info structure.
Re: What style options can be used with the CAPTION: format?
Posted: 2008-04-29T18:21:18-07:00
by rmagick
Thanks!
Re: What style options can be used with the CAPTION: format?
Posted: 2008-05-21T18:54:22-07:00
by anthony
You can add '-size' to it.
I try to note all options and there effects in IM examples, Text to Image
http://imagemagick.org/Usage/text/
Re: What style options can be used with the CAPTION: format?
Posted: 2008-05-22T04:11:47-07:00
by rmagick
Thanks!