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
interline-spacing with PECL Imagick
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: interline-spacing with PECL Imagick
It is a draw setting. -- hope this helps.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: interline-spacing with PECL Imagick
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?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: interline-spacing with PECL Imagick
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.
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.