image-js / fast-png

PNG image decoder and encoder written entirely in JavaScript
MIT License
329 stars 17 forks source link

feat: basic support for encoding #6

Closed targos closed 7 years ago

targos commented 7 years ago

@lpatiny @stropitek PTAL. This should allow to encode RGBA, RGB, GREY and GREYA with 8 or 16 bit depth.

targos commented 7 years ago

Updated. I think it's ready now