Search found 7 matches

by jpotter
2012-06-29T08:41:59-07:00
Forum: IMagick
Topic: Inner-line spacing
Replies: 1
Views: 6842

Inner-line spacing

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 ...
by jpotter
2012-06-05T18:10:12-07:00
Forum: Developers
Topic: inner-line spacing imagick PECL
Replies: 1
Views: 4795

inner-line spacing imagick PECL

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 ...
by jpotter
2012-06-04T07:16:38-07:00
Forum: Users
Topic: interline-spacing with PECL Imagick
Replies: 4
Views: 7018

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 ...
by jpotter
2012-06-01T07:33:52-07:00
Forum: Users
Topic: interline-spacing with PECL Imagick
Replies: 4
Views: 7018

interline-spacing with PECL Imagick

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 ...
by jpotter
2012-05-09T08:26:34-07:00
Forum: Users
Topic: using html2ps php version with imagemagick
Replies: 1
Views: 3852

using html2ps php version with imagemagick

Is there any special configuration I must do to have imagemagick (convert utility) use the php version of html2ps? The php version appears to have cleaner output then the perl-script version.
by jpotter
2011-04-22T11:39:12-07:00
Forum: Users
Topic: Italics not working
Replies: 2
Views: 7685

Italics not working

I'm trying the following command /usr/bin/convert -background transparent -font /usr/share/fonts/truetype/ttf-printclearly/PrintClearly_TT.ttf -style Italic -interline-spacing -7.2 -fill "#000000" -pointsize 36 -gravity none -size 480x37 caption:"Enter text here222 ffffff" /DATA/Acellus/Lib ...
by jpotter
2011-04-20T08:20:41-07:00
Forum: Users
Topic: word wrapping detection
Replies: 2
Views: 5534

word wrapping detection

Is there a way to determine where the word wrap will take place (specifically what is the text that is starting on the second line?)


Thanks