inner-line spacing imagick PECL

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
jpotter
Posts: 7
Joined: 2011-04-18T07:12:43-07:00
Authentication code: 8675308

inner-line spacing imagick PECL

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: inner-line spacing imagick PECL

Post by fmw42 »

Imagemagick did not create nor maintains Imagick.

Imagick was developed by user MKOPPANEN. It is independently maintained and not part of the Imagemagick development/support.

My experience has been that the last version of Imagick is 3.1x. And that there has been no further development. So it is likely that any Imagemagick changes since then have not been integrated into Imagick and unfortunately Imagick appears to be frozen with what it has as of the time of version 3.1x of Imagick. At that time there was no interline spacing even in Imagemagick. It is unfortunate that it has not been update in a very long time.

So for more information I would contact the developer MKOPPANEN. Or post on the IMagick forum at viewforum.php?f=18

You can also just call the IM command from PHP exec() for that operation that needs interline spacing and do the rest with Imagick.
Post Reply