image-js / fast-png

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

Added support for decoding ICC embedded profiles #21

Closed rawnsley closed 2 years ago

rawnsley commented 2 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.