Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Why type (filetype) of image are you getting info for?
Copy link to clipboard
Copied
Hi,
I have faced an issue with an image, it is diplaying FF and safari but not in IE. Thats y i hav check the image info.
Copy link to clipboard
Copied
Yes, that's what your first message says... CMYK images are usually for print which is why I asked what filetype it is... .good luck.