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

Add interlace support #48

Closed blikblum closed 4 years ago

blikblum commented 5 years ago

Implement interlace support.

Based on code from #8

Its done on top of #45

devongovett commented 4 years ago

Can you merge master into this branch? I merged #45

blikblum commented 4 years ago

Can you merge master into this branch?

Rebased. Now is clean