Skip to main content
Dileep_NR
Inspiring
June 12, 2009
Question

CMYK images in IE

  • June 12, 2009
  • 1 reply
  • 1448 views

Hi All,

     Check the image info (action="info") using cfimage and w will get information like the following.

alpha_channel_supportNO
alpha_premultipliedNO
bits_component_18
bits_component_28
bits_component_38
bits_component_48
colormodel_typeComponentColorModel
colorspaceAny of the family of CMYK color spaces
num_color_components4
num_components4
pixel_size32
transparencyOPAQUE

These type of images(CMYK images) wont get dispalyed in IE, but it will dispaly on other browsers.

This topic has been closed for replies.

1 reply

Inspiring
June 12, 2009

Why type (filetype) of image are you getting info for?

Dileep_NR
Dileep_NRAuthor
Inspiring
June 13, 2009

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.

Inspiring
June 15, 2009

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.