Creating curved text
Posted: 2012-04-25T04:24:57-07:00
Hi all,
I have tried to create text curve to adopt in all available area with the given width and height
But, i got image in blur and it is not clear. Given below the output which i got from this convert command.
But i would like to get the image like the url given below.
Thanks,
I have tried to create text curve to adopt in all available area with the given width and height
Code: Select all
convert -resize 300x108! -font arial -pointsize 71 label:' HEAT ' -virtual-pixel background -background none -distort arc 75 test_image.png
But i would like to get the image like the url given below.
Thanks,