Preserve CMYK colorspace in OpenCV
I load an image in the CMYK color space, and immediately write it back out without doing anything else. The resulting image is in sRGB. Is there a way to preserve CMYK?
add a comment