Convert to generate PNG-Text - Chars + & . don't wrong alone
Posted: 2011-03-22T07:03:40-07:00
Hello.
I'd like to generate PNG-files with Text.
That works fine...
But
or this
generate only empty PNG-files.
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
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