image magick please help he
Posted
by Libi
on Stack Overflow
See other posts from Stack Overflow
or by Libi
Published on 2010-06-17T04:32:45Z
Indexed on
2010/06/17
5:03 UTC
Read the original article
Hit count: 257
system(' convert -size 320x100 xc:lightblue -font Candice -pointsize 72 \
-fill navy -annotate +25+65 \'Anthony\' \
-distort Arc 120 -trim +repage \
-bordercolor lightblue -border 10 font_arc.jpg
');
curving text like arc
This code is not working please help me
© Stack Overflow or respective owner