图像有什么问题?

What's wrong with the image?

我得到了一张图片:http://images.tyler.lu/iphone-4s-a.jpg http://images.tyler.lu/iphone-4s-a.jpg

在不同的浏览器中看起来不同。

图片有什么问题?

以下是 Thilo 的回答:

There is a EXIF attribute "Orientation" in the file, set to "3 (rotated 180 degrees)".

Same problem in a .NET image processor: Problem reading JPEG Metadata (Orientation)

Browser support for EXIF orientation is complicated:https://code.google.com/p/chromium/issues/detail?id=56845

而且我还发现了一个关于 EXIF“方向”的post:Exif Orientation Tag

谢谢蒂洛!