foliojs / png.js

A (animated) PNG decoder in JavaScript for the HTML5 canvas element and Node.js
http://devongovett.github.com/png.js
MIT License
489 stars 92 forks source link

I can't decode this file #28

Open photopea opened 8 years ago

photopea commented 8 years ago

This file is decoded with errors.

pea 3

photopea commented 7 years ago

I solved it by writing my own parser https://github.com/photopea/UPNG.js ... maybe it can help you too :)