possible bug or strange behavior -montage and PNG
Posted: 2010-05-30T17:30:45-07:00
IM 6.6.2.0 Q16 Mac OSX Tiger.
I am puzzled. If I do this, I get a strange result with png input to montage
convert -font arial -pointsize 25 label:'line 1' tmp1.png
convert -font arial -pointsize 12 label:'line2' tmp2.png
montage tmp1.png tmp2.png -tile 1x -geometry +0+5 test01.png
But using gif input to montage, I get what I expect for the result:
convert -font arial -pointsize 25 label:'line 1' tmp1.gif
convert -font arial -pointsize 12 label:'line2' tmp2.gif
montage tmp1.gif tmp2.gif -tile 1x -geometry +0+5 test02.png
What am I misunderstanding here or is this a bug?
I am puzzled. If I do this, I get a strange result with png input to montage
convert -font arial -pointsize 25 label:'line 1' tmp1.png
convert -font arial -pointsize 12 label:'line2' tmp2.png
montage tmp1.png tmp2.png -tile 1x -geometry +0+5 test01.png
But using gif input to montage, I get what I expect for the result:
convert -font arial -pointsize 25 label:'line 1' tmp1.gif
convert -font arial -pointsize 12 label:'line2' tmp2.gif
montage tmp1.gif tmp2.gif -tile 1x -geometry +0+5 test02.png
What am I misunderstanding here or is this a bug?