leonbloy / pngj

PNGJ : pure Java library for high performance PNG encoding
http://hjg.com.ar/pngj/
273 stars 52 forks source link

Chunk management needs more flexibility and robustness #3

Closed leonbloy closed 9 years ago

leonbloy commented 9 years ago

From hgonzalez@gmail.com on May 27, 2011 13:12:39

See http://www.w3.org/TR/PNG/#14Ordering Some issues:

Original issue: http://code.google.com/p/pngj/issues/detail?id=3

leonbloy commented 9 years ago

From hgonzalez@gmail.com on May 27, 2011 20:20:59

Some image samples from testsuite fail to keep the transparent background.

tbbn3p08 tbgn3p08 tbwn3p08 tbyn3p08 tp1n3p08

Probably because some chunks are not copied. For example:

chunkid=gAMA len=4 chunkid=tRNS len=1 chunkid=bKGD len=1

leonbloy commented 9 years ago

From hgonzalez@gmail.com on May 29, 2011 13:59:01

Fixed. All test images from the suite work ok

Status: Fixed