Manoj Attal
Manoj Attal

Reputation: 2826

Images from library not displayed in IE8, but shown in Chrome & Firefox

I have added a image in SiteAssets library. I have referred to that image in my aspx page. While redering page, image is not rendered in IE. While same image is rendered correctly in Chrome / Firefox . Am I missing something here?

Thanks for help in advance.

Upvotes: 1

Views: 3836

Answers (2)

Ioana
Ioana

Reputation: 1

"Microsoft Internet Explorer 8.0 dropped support for jpeg images saved as CMYK and now only supports images saved in RGB mode. "

This was the problem! Source:http://www.computerhope.com/issues/ch001283.htm

If this issue exists, the CMYK image will appear as a red X or broken image in Internet Explorer. However, opening this page in Chrome or Firefox should show both images. If both images are visible to Internet Explorer, this is not the issue with your version of Internet Explorer.

Fixing this issue

Image editors such as Adobe Photoshop, The GIMP, and others is capable of identifying if a jpg image is a CMYK image and saving a CMYK jpg as a RGB jpg. Online services can also be used to convert any JPG image into a RGB image.

Upvotes: -1

Manoj Attal
Manoj Attal

Reputation: 2826

Just to give an update if anyone face this issue- The issue was with image only. Image was distorted. I reopened the image in a photo editor and saved it. Uplaoded the image in library. Then it worked for all the browsers.

Upvotes: 2

Related Questions