I'd like to generate PNG-files with Text.
That works fine...
Code: Select all
convert -density 72x72 -background "transparent" -fill "#000" -gravity Center -pointsize 25 -font arial.ttf label:"TEST" ~test.png
Code: Select all
convert -density 72x72 -background "transparent" -fill "#000" -gravity Center -pointsize 25 -font arial.ttf label:"+++" ~test.png
Code: Select all
convert -density 72x72 -background "transparent" -fill "#000" -gravity Center -pointsize 25 -font arial.ttf label:"..." ~test.png
Is that a bug?
Or have I a failure in my command?
Version: ImageMagick 6.6.7-5 2011-02-03 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
Windows XP SP3