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
491 stars 92 forks source link

Added a fail-safe check if images in the buffer contains PNG's magic fixing issue #33 #44

Open Shin-Aska opened 5 years ago

Shin-Aska commented 5 years ago

There is a bug in the algorithm on how PNG.load works where if you load a file that is not a PNG. It stucks in a loop. This pull request will fix that.