bitbank2 / PNGdec

An optimized PNG decoder suitable for microcontrollers and PCs
Apache License 2.0
172 stars 28 forks source link

Fix png decoding #19

Closed matt-42 closed 1 year ago

matt-42 commented 1 year ago

Here is my PR to fix the decoding of PNG made on the IOS platform.

bitbank2 commented 1 year ago

Can you describe in detail what and why you made the changes? It's hard to see that you changed anything which would have an effect on PNG decoding.

Please remove your changes to library. properties. Merge requests are not tied to new releases; that is up to me.

matt-42 commented 1 year ago

Hi BitBank2 ! This change enables PNGdec to read png that have multiple IDAT chunks. See https://github.com/bitbank2/PNGdec/issues/15 for more info