What is the equivalent of this command line?
Posted: 2009-02-14T17:00:03-07:00
Trying to get this command converted into perl, and im failing
Im trying to get an image from text without reading any file in, i just need a output from text.
commandline goes like this :
convert -background none -fill DodgerBlue -stroke black -font Candice -pointsize 72 label:"Hello World" -trim +repage ( +clone -alpha extract -blur 0x8 -shade 110x30 -normalize -function polynomial 3.5,-5.05,2.05,0.3 -alpha On ) -compose HardLight -composite aqua_font.png
Any help would be apriciated, thanks.
Im trying to get an image from text without reading any file in, i just need a output from text.
commandline goes like this :
convert -background none -fill DodgerBlue -stroke black -font Candice -pointsize 72 label:"Hello World" -trim +repage ( +clone -alpha extract -blur 0x8 -shade 110x30 -normalize -function polynomial 3.5,-5.05,2.05,0.3 -alpha On ) -compose HardLight -composite aqua_font.png
Any help would be apriciated, thanks.