I have been using exif-js library and I can retrieve width, orientation, height, resolution and other metadata. But I cannot find the way to get the color mode of the image.
I need to find out if the image is in CMYK or RGB.
Has anyone done it with exif-js or can you recommend another way of doing it?
Thanks in advance