Many are aware that IE8 does not support CMYK JPG images, as it fails to render them at all.
This post discusses the issue further: , among others.
My inquiry is as follows: Is there a method to detect from JavaScript, akin to Modernizr, whether a browser can display CMYK JPG images?
I could implement a workaround in my JavaScript code to switch to using RGB images for IE8, but I prefer a more reliable solution.
Thank you,