Inner-line spacing

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
jpotter
Posts: 7
Joined: 2011-04-18T07:12:43-07:00
Authentication code: 8675308

Inner-line spacing

Post by jpotter »

I'm trying to convert a php program that calls imagemagick through the command line, I would like to use the imagick PECL instead. One requirement that does not seem to be met is an imagick command to set the inner-line spacing for text that I'm trying to add to the image. This would be an huge benefit.

Thank you
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Inner-line spacing

Post by Bonzo »

I do not think that is supported in Imagick - before you ask Imagick is not written by the developers of Imagemagick.
Post Reply