interline-spacing with PECL Imagick

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jpotter
Posts: 7
Joined: 2011-04-18T07:12:43-07:00
Authentication code: 8675308

interline-spacing with PECL Imagick

Post 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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: interline-spacing with PECL Imagick

Post by anthony »

It is a draw setting. -- hope this helps.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: interline-spacing with PECL Imagick

Post by fmw42 »

jpotter
Posts: 7
Joined: 2011-04-18T07:12:43-07:00
Authentication code: 8675308

Re: interline-spacing with PECL Imagick

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

Re: interline-spacing with PECL Imagick

Post 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.
Post Reply