6.6.9-3: crash when "convert a.png -resize 33% png8:b.png"
Posted: 2011-04-06T05:17:15-07:00
I am using Window 7 64-bit. After installing the ImageMagick-6.6.9-3-Q16-windows-x64-dll.exe, the
crashed and produced the empty b.png. The a.png is the snapshot of the application window
and can be downloaded from http://www.skil.cz/bug/ImageMagick/a.png
The same problem was observed with the 32-bit version of the ImageMagick version (the same release).
After returning back to ImageMagick-6.6.3-4-Q16-windows-x64-dll.exe it work (almost) fine.
My reason for the wanted update was that the older version complains about
invalid background palette index when converting another file
The c.png can be downloaded as http://www.skil.cz/bug/ImageMagick/c.png
Thanks,
Petr
Code: Select all
convert a.png -resize 33% png8:b.png
and can be downloaded from http://www.skil.cz/bug/ImageMagick/a.png
The same problem was observed with the 32-bit version of the ImageMagick version (the same release).
After returning back to ImageMagick-6.6.3-4-Q16-windows-x64-dll.exe it work (almost) fine.
My reason for the wanted update was that the older version complains about
invalid background palette index when converting another file
Code: Select all
C:\tmp\a>convert c.png -resize 33% png8:d.png
Magick: Invalid background palette index `d.png' @ warning/png.c/PNGWarningHandler/1503.
Thanks,
Petr