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

Uint16Array from 16-bit per channel PNG? #57

Open mortac8 opened 3 years ago

mortac8 commented 3 years ago

Is it possible to load a 16-bits per channel PNG and get a Uint16Array of the actual source data?