Page 1 of 1
inner-line spacing imagick PECL
Posted: 2012-06-05T18:10:12-07:00
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
Re: inner-line spacing imagick PECL
Posted: 2012-06-05T18:33:11-07:00
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.