Circle Font (-distort Arc) not working as expected
Posted: 2008-12-01T01:17:22-07:00
hi,
first i'm new on imagemagick, so please be forbearingly with me.
i need a circle text in some graphics and i tried this from "Font Effects" on this website:
because i'm using php i did this:
but instead of what i expected, just this happens:
How i will get the whole image and not just this little part of it?
ImageMagick Version: 6.4.2 11/28/08
thanks for helping.
Andreas
first i'm new on imagemagick, so please be forbearingly with me.
i need a circle text in some graphics and i tried this from "Font Effects" on this website:
Code: Select all
convert -font Candice -pointsize 32 -background lightblue \
-fill navy label:"Anthony's IM Examples" \
-virtual-pixel background -distort Arc 340 \
font_circle.jpg
Code: Select all
system ("/usr/local/bin/convert -font {$_SERVER['DOCUMENT_ROOT']}/fonts/arial.ttf -pointsize 76 -background lightblue -fill navy label:\"Anthony's IM Examples\" -virtual-pixel background -distort Arc 340 {$_SERVER['DOCUMENT_ROOT']}/imagick-test-2.jpg",$ret);
How i will get the whole image and not just this little part of it?
ImageMagick Version: 6.4.2 11/28/08
thanks for helping.
Andreas