From time to time, some client will upload a photo in his cms that is in CMYK color format and the image will not show up in the browser.
Is there any way to check if an image is RGB or CMYK format with php?
Check if image is RGB or CMYK color format
Moderator: General Moderators
Re: Check if image is RGB or CMYK color format
Take a good look at getimagesize.