image-js / fast-png

PNG image decoder and encoder written entirely in JavaScript
MIT License
334 stars 19 forks source link

Added support for decoding ICC embedded profiles #21

Closed rawnsley closed 3 years ago

rawnsley commented 3 years ago

It's useful to be able to read ICC embedded profiles even if fast-png doesn't do any color space conversion.

I didn't include support in the encoder because it doesn't seem to be there for the other chunks and I didn't want to stray too far from the expected behaviour.