Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adobe RGB converted to sRGB #807

Closed
RKTZ opened this issue Sep 3, 2022 · 1 comment
Closed

Adobe RGB converted to sRGB #807

RKTZ opened this issue Sep 3, 2022 · 1 comment
Labels
Enhancement Enhance performance or improve usability of original features. Need Discussion Need discussion or investigation

Comments

@RKTZ
Copy link

RKTZ commented Sep 3, 2022

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 ?

@RKTZ RKTZ added Enhancement Enhance performance or improve usability of original features. Need Discussion Need discussion or investigation labels Sep 3, 2022
@lja1018
Copy link
Contributor

lja1018 commented Sep 14, 2022

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

@lja1018 lja1018 closed this as completed Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Enhance performance or improve usability of original features. Need Discussion Need discussion or investigation
Projects
None yet
Development

No branches or pull requests

2 participants