回答

0

從我的相機(在Exif數據中取向)以一個垂直的圖像:

  • IM identify說:

    Test.jpg JPEG 5472x3648 5472x3648+0+0 8-bit sRGB 6.907MB 0.000u 0:00.000 
    
  • Linux的file命令說(提取):

    Test.jpg: JPEG image data, Exif standard: [... orientation=lower-left, ... ], ... , 5472x3648, ... 
    

轉換後,

  • IM identify說:

    Test-out.jpg JPEG 3648x5472 3648x5472+0+0 8-bit sRGB 7.082MB 0.000u 0:00.010 
    
  • 而且file

    Test-out.jpg: JPEG image data, Exif Standard: [... orientation=upper-left, ...], ... , 3648x5472, ... 
    

如此明顯的JPEG改寫爲具有通常的方向,併兼容不支持的JPEG閱讀器EXIF方向。