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

Converting CMYK images without ICC profile #2

Open
marcorroma opened this issue Apr 25, 2020 · 2 comments
Open

Converting CMYK images without ICC profile #2

marcorroma opened this issue Apr 25, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@marcorroma
Copy link

Hi, your plugin usually works with images in CMYK.
It doesn't seem to work with this image. Is it a color profile problem?
I'll send you the file in CMYK.
https://filebin.net/h2wvohzuwbg3p3te/Incidente-Belletti.jpg?t=ulx36gl4
No problems with other files.
I await your support, if possible.
Thanks!

@marcorroma
Copy link
Author

Same problem here:
https://easyupload.io/pulh62

@joppuyo
Copy link
Member

joppuyo commented May 7, 2020

Hey, I tested your example images and even though they are in CMYK color space, they don't have ICC profile.

[07-May-2020 10:13:41 UTC] Colorspace: COLORSPACE_CMYK
[07-May-2020 10:13:41 UTC] icc profile: 
[07-May-2020 10:13:41 UTC] Color Space Fixer: No icc profile found, can't convert

Right now the plugin needs the ICC profile in order to do the conversion because there are multiple CMYK profiles like SWOP, FOGRA, Japan Color etc. which may give different color results when converted to sRGB.

If there is no ICC in the file it's not possible to know which one of these profiles was used.

I'll have to test if it's possible to support "generic" CMYK conversion. I'll have to check how ImageMagick compares to Photoshop when converting these.

@joppuyo joppuyo changed the title Color profile problem? Converting CMYK images without ICC profile May 7, 2020
@marcorroma marcorroma mentioned this issue May 18, 2020
@joppuyo joppuyo added the enhancement New feature or request label Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants