Why won't chrome display this image properly? - image

I have an image that I can view with no issues with Windows image previewer but when I try to view it in Chrome I just get the following:
Here is a link to the file in my dropbox folder:
view in dropbox
Weirdly the dropbox preview works fine but if you download the image and try to open it with chrome it doesnt work. If I try to open it with Firefox I get the following:

Turns out the image was actually a tiff that had been saved as a jpeg

Related

Where might be the issue if the image is not rendered only in InternetExplorer , when the application is deployed in new server?

Recently we deployed our java web application in tomcat 8.5.32. In the pages, some jpg images are not displayed in IE alone (no issue with other browsers). We could see some jpg images are rendered in IE but not all. But in legacy server, we don't see any such issue. Where/What could be the problem?
I used the developer tool in the IE, to see if the image is loaded or not. I could see the image in the network tab.
I tried the url to image in the browser location bar, still i face the same issue.
I need all jpg images rendered in the IE browser.
At last the header "X-Content-Type-Options: nosniff" is the reason for this. The images served from my portal are saved as jpeg. But actually, they are bmp files. Since original type(BMP) is different from the type in the response header("image/jpeg"), IE browser is unable to decode it and failed to render the image.

IE Error DOM7009: Unable to decode image at URL

I am working on SharePoint 2013 apps . In my app parts i have used few images.
All the images are showing up properly in Mozilla and chrome but few of the images are not showing up in IE, i can only see the broken image.
Suppose i have my image at this location:
'https://365app.sharepoint.com/sites/developer/Spotlight_CommonIcon/Announcement.jpg'
So, this image is showing up properly in the Chrome and IE. But when i open it in IE It shows me broken image.
And following error is shown in the console.
DOM7009: Unable to decode image at URL: 'https://365app.sharepoint.com/sites/developer/Spotlight_CommonIcon/Announcement.jpg'.
My guess is that those images are CMYK JPG. Try changing it to RGB.
IE can't display CMYK JPG.
Hope this helps.

Internet Explorer DOM7009: Unable to decode image at URL: [url]

I'm working with a SharePoint site in O365. The site includes a List/Library that contains nothing but employee images with .GIF extensions. A 3rd party process imported the images into SharePoint. I have no details on that process.
None of the images will display in IE 11 when served from the SharePoint O365 server. The image will not display even when loaded by itself. The problem is not related to the amount or size of the images as this question discusses. The same exact images will display fine in IE 11 on an on-premise SharePoint 2010 server. Chrome, Firefox, etc display the image fine on both servers. I do not see this problem with any other browsers nor do they give any warnings or console errors. It's purely related to IE 11 and these .GIF images on the O365 server.
IE shows the following console message for each image:
DOM7009: Unable to decode image at URL: [url]
How do I fix this problem and what could be causing it?
Edit:
If I simply save the image from the web and try to open the image via IE, it fails to display with the same issue. If I save the image that is displaying properly on-premise and try to open it via IE, it fails as well.
Headers: http://pastebin.com/vHhs4rm6
My Solution:
If I opened MS Paint, created a new .GIFF image and saved it to my server, it would actually display properly.
This led me to use ImageMagick and do an identify on the images that wouldn't display. ImageMagick indicated the images were originally PNG's and were saved to my server as GIF's for some reason. Renaming the image files back to their native format via a workflow resulted in them being displayed properly. So, whatever process uploaded all the images to my server renamed PNG's to GIF's, messed up the files and resulted in this problem.

Loading local .png and .mp3 files in Actionscript 3.0

I am writing a program in Actionscript using FlashDevelop. Using URLRequest, I am loading image and sound files perfectly fine when the program is run through FlashDevelop. The files are located in bin with my HTML and swf files. However, when I run it using the browser (Chrome), the sound files works fine but the image does not load. I would think that it is a problem with the path, but the mp3 plays just fine, so I know that it can't be that.
Any ideas about what it could be?
If you are using Ad Blocker Extension in Chrome, then you need to turn of it or give images names which are not blockable in Ad Blocker.

Youtube images are broken in firefox

Youtube images are broken in firefox. When I use the web developer extention to reload the images they appear briefly for a few seconds and then go blank again. The videos work fine but many of the buttons show their alt attribues instead.
Have you tried clearing cache/temporary files of your browser?

Resources