ImageSharp - CMYK images

Our editors are sometimes uploading CMYK images. But the Umbraco ImageSharp resizer makes the colors in the images very bright.
Is it possible to make ImageSharp resizer to convert the image to RGB and keep the colors.
The CMYK → RGB in Photshop works perfectly.

CMYK

RGB / after resize

Sounds like this issue:

Or this one:

They seem to have converters for color spaces, but I’m not sure how much control you have in the context of Umbraco and how much of ImageSharp is exposed or not.

Oh yeah, looks like it is more a ImageSharp and browser issue.

Uploaded CMYK images keeps their colorspace even after resizing.

But the browser show the “weird” color-version of the image.
If you show the image in the Windows Photo app it shows the the CMYK image in the “correct” way.

It would be nice to make the colorspace conversion with a parameter in url.
But it does not seems like it is possible :frowning:

Maybe we can hook into the ImageSharp middleware and convert the colorspace.