We are using Sanity for managing printed brochures and noticed the following issue: For our use case, we have certain JPEG images that have a CMYK colorspace and this colorspace must be preserved in our output. However, when I upload a CMYK JPEG image to Sanity and re-download the file, it appears that Sanity converts the uploaded image to sRGB automatically.
Is there a way to disable this conversion, while still being able to use the "image" type?
Here is the original image (the upload to Github preserves the color space)

$ identify -verbose cmyk-test.jpg | grep Colorspace
Colorspace: CMYK
Here is the image after upload to and download from sanity:

$ identify -verbose cmyk-test-downloaded-from-sanity.jpg | grep Colorspace
Colorspace: sRGB
We are using Sanity for managing printed brochures and noticed the following issue: For our use case, we have certain JPEG images that have a CMYK colorspace and this colorspace must be preserved in our output. However, when I upload a CMYK JPEG image to Sanity and re-download the file, it appears that Sanity converts the uploaded image to sRGB automatically.
Is there a way to disable this conversion, while still being able to use the "image" type?
Here is the original image (the upload to Github preserves the color space)
Here is the image after upload to and download from sanity: