Page 1 of 1
interline-spacing with PECL Imagick
Posted: 2012-06-01T07:33:52-07:00
by jpotter
I'm trying to convert a php program that makes command line calls to imagemagick to use the PECL Imagick. As I look through the user manual I don't see any way to set the interline-spacing of the text. Is there a way to do this? (I do set set font, and point size) I'm also interested in using the gravity and fill options? Any clues on how to accomplish this?
Thanks
Re: interline-spacing with PECL Imagick
Posted: 2012-06-03T20:18:52-07:00
by anthony
It is a draw setting. -- hope this helps.
Re: interline-spacing with PECL Imagick
Posted: 2012-06-03T20:46:31-07:00
by fmw42
Re: interline-spacing with PECL Imagick
Posted: 2012-06-04T07:16:38-07:00
by jpotter
Both of the answers refer to the command-line options where iterline-spacing can be specified. I have that working. But I'm trying to shift away from command line and use the Imagick PHP iterface. It doesn't appear that there is support for it there. I saw a comment that supposedly that this was fixed in a "trunk" version of Imagick. How can I get this version of the code?
Re: interline-spacing with PECL Imagick
Posted: 2012-06-04T10:20:01-07:00
by fmw42
Imagick was developed by user MKOPPANEN. It is independently supported 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.
So for more information I would contact the developer listed above.