-3

I got a image: http://images.tyler.lu/iphone-4s-a.jpg http://images.tyler.lu/iphone-4s-a.jpg

It looks different in different browsers.

  • Chrome

    enter image description here

  • IE

    enter image description here

What's wrong with the image?

ldp
  • 360
  • 2
  • 11
  • Interesting. Maybe some JPEG attribute that not every renderer parses? – Thilo May 21 '15 at 12:20
  • It's the same image, could you please tell me more details? – ldp May 21 '15 at 12:21
  • There is a TIFF attribute "Orientation" in the file, set to "3 (rotated 180 degrees)". – Thilo May 21 '15 at 12:23
  • Same problem in a .NET image processor: http://stackoverflow.com/questions/6222053/problem-reading-jpeg-metadata-orientation – Thilo May 21 '15 at 12:25
  • Browser support for EXIF orientation is complicated: https://code.google.com/p/chromium/issues/detail?id=56845 http://stackoverflow.com/questions/12026441/is-there-a-way-to-tell-browsers-to-honor-the-jpeg-exif-orientation – Thilo May 21 '15 at 12:28

1 Answers1

0

Below is Thilo's answer:

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

And I also found a post about the EXIF "Orientation": Exif Orientation Tag

Thanks Thilo!

Community
  • 1
  • 1
ldp
  • 360
  • 2
  • 11