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?".
exec("convert -size 200x -background none -font ../font/BARMENO.TTF -pointsize 72 -fill black / -stroke red -strokewidth 10 caption:\"Test Test Test\" / -trim stroke.png");
ı can't set the strokewidth value only this caption command... how can i determine the strokewidth value with caption command?
the strokewidth seems but the value is always same i can't set its width
and i wanna word wrap !is there another solution except caption command
i am use :
win xp home
apache 2.2
php 5.2.0
ImageMagick-6.3.2-3-Q16-windows-dll
I noticed the stokewidth setting did not effect the results when I last updated the label and caption image generator sections of IM examples with infor on the new draw settings that now worked with them. Unfortunatealy I neglected to report it, being more concerns with other problems at the time.