nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
6.84k stars 1.26k forks source link

Adobe RGB converted to sRGB #807

Closed RKTZ closed 1 year ago

RKTZ commented 1 year ago

Version

3.15.2

Hello, I'm importing an image with a Adobe RGB profile but it gets converted to sRGB and I'm losing a lot of information once edited. Do you think it's possible to keep the adobe one ?

Thanks

Edit: After some investigating, it seems that canvas keep only raw pixel datas and get rid of the metadata and works only with sRGB which is the web standard.

A solution would be to extract the metadata beforehand and inject them back into the final image.

Any other suggestions ?

lja1018 commented 1 year ago

@RKTZ That's a good suggestion. However, it seems to be the same proposal as #805. Close.