I got a webservice which creates a PNG-file and returns a link to it.
Then this graphic is used by a website (ASP.NET).
IE7 & Firefox 3 can’t show this image but in Opera 9.5 it works fine.
Did anyone run across the same problem before?
Edit:
Content-type is set to image/png.
The image is created with the library from a 3rd party vendor which is not available to the public.
Any chance to check the png-file for compliance to the standard?
Turns out that the png wasn’t rendered with the right dpi settings. A subtle bug that emerged after some months.