Billy Bo
2009-10-10 14:29:52 UTC
(BUG FOUND ON OSX SNOW LEOPARD - unconfirmed on other platforms)
When using this command:
convert -background black -fill white -font Arial -pointsize 100 label:+ test.tiff
I get a result that is unexpected. The + symbol is black and the background is white. (inverted)
If I try the same command but use PNG instead of TIFF, then the result is as expected and not inverted.
I tested this further by writing a script that looped through parts of the ASCII table converting each letter to a file. When using TIFF format, although most of the characters were correct, some symbols were inverted. These include: + | = - _
I hope this helps, thanks.
When using this command:
convert -background black -fill white -font Arial -pointsize 100 label:+ test.tiff
I get a result that is unexpected. The + symbol is black and the background is white. (inverted)
If I try the same command but use PNG instead of TIFF, then the result is as expected and not inverted.
I tested this further by writing a script that looped through parts of the ASCII table converting each letter to a file. When using TIFF format, although most of the characters were correct, some symbols were inverted. These include: + | = - _
I hope this helps, thanks.