The command I'm using is:
Code: Select all
convert -units PixelsPerInch -density 300x300 -channel CMYK -colorspace CMYK -background none -fill cmyk(0,99,100,0) -depth 16 -font fonts/century_gothic.ttf -pointsize 15 -size 250x -gravity NorthWest +antialias caption:\"This is just a little sample to text to help make the point!\" -trim +repage temp/output.tiff
Any assistance would be greatly appreciated.
Enjoy...