The crash is gone. Thanks!
But the current behaviour in IM v6.6.7-10 still puzzles me a bit. An implicit color reduction is now done if necessary - right?. But...
Code: Select all
convert -verbose rose: -define png:color-type=3 test.png
ROSE PPM 70x46 70x46+0+0 8-bit DirectClass 9.67KB 0.000u 0:00.000
rose:=>ROSE ROSE 70x46 70x46+0+0 8-bit DirectClass 9.67KB 0.000u 0:00.000
rose:=>test.png ROSE 70x46 70x46+0+0 8-bit DirectClass 0.016u 0:00.016
No error, return code 0 - but test.png is a
0 byte file.
And the PNG8 command behaves differently now:
'Working' PNG file - but with an (almost) black image. Is it supposed to be like that?
(An older IM installation - e.g. v6.5.8-5 - produces no file with such a combination and gives an "Invalid number of colors in palette" error message instead. And, as mentioned, with the 'color-type command', one got a "valid palette required" error.)