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

Wiping blue's from pngs with no transparency. #21

Open Snkz opened 9 years ago

Snkz commented 9 years ago

Probably better to not use transparency length to determine ret array size but incase it was used for something I left it in there.

It needs to be shifted when there is no transparency however, otherwise the blues get wiped from output png.