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

Resize/convert to JPG strips color profile? #173

Open
schmoove opened this issue Jan 17, 2019 · 2 comments
Open

Resize/convert to JPG strips color profile? #173

schmoove opened this issue Jan 17, 2019 · 2 comments

Comments

@schmoove
Copy link

The conversion seems to strip the color profile in some cases. The original has the Adobe RGB (1998) color profile, but the resized version is missing it, and is noticeably desaturated.

Original:
https://syngency-public.s3.amazonaws.com/4/models/45357/galleries/AlexB_resized.jpg

Resized:
https://syngency-public.s3.amazonaws.com/4/models/45357/galleries/large/AlexB_resized.jpg

Is there a setting I should change in config to prevent this from happening?

@tomericco
Copy link

Hi, I can tell you that we found out that color changes (and metadata being omitted) happen when auto orientation is called (ImageResizer.js:36). When we switched that off, we noticed that colors are preserved.

@schmoove
Copy link
Author

schmoove commented Feb 26, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants