png8 images broken

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

png8 images broken

Post by anthony »

In the recent updates to the PNG coder. It looks like the PNG8 image format was broken.

Code: Select all

  convert -size 100x100 gradient:  -fuzz 30% -transparent gray50 \
          -transparent-color  red  png8:test.png
  convert: Invalid background palette index `test.png' @ png.c/PNGWarningHandler/1429.
Also I am still wanting to know more information about how the PNG coder was changed, and what options users not have to control the PNG image file format generation.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply