Question
CMYK images in IE
Hi All,
Check the image info (action="info") using cfimage and w will get information like the following.
| alpha_channel_support | NO |
| alpha_premultiplied | NO |
| bits_component_1 | 8 |
| bits_component_2 | 8 |
| bits_component_3 | 8 |
| bits_component_4 | 8 |
| colormodel_type | ComponentColorModel |
| colorspace | Any of the family of CMYK color spaces |
| num_color_components | 4 |
| num_components | 4 |
| pixel_size | 32 |
| transparency | OPAQUE |
These type of images(CMYK images) wont get dispalyed in IE, but it will dispaly on other browsers.
