image magick ,text arc
Posted
by manu
on Stack Overflow
See other posts from Stack Overflow
or by manu
Published on 2010-06-15T05:53:41Z
Indexed on
2010/06/15
6:02 UTC
Read the original article
Hit count: 245
system(' convert -size 320x100 xc:lightblue -font Courier -pointsize 72 \ -fill navy -annotate +25+65 \'Ernakulam1\' \ -virtual-pixel transparent -distort arc 120 \ -bordercolor lightblue font_arcnew.jpg');
This coe is not working
Example arc the text
mainly this code is not working
-virtual-pixel transparent -distort arc 120
© Stack Overflow or respective owner