diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-09-17 15:20:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-09-17 15:20:47 +0200 |
commit | 7979f76dcd5d5e2340956f6ec3b9009e64648fc1 (patch) | |
tree | 958e5ceca243594ba03448ecfb5afde141091856 /ChangeLog | |
parent | 3a1b07272aeff6397f74014cdeae2c129d608a94 (diff) |
Fix EXIF orientation tag after lossless rotate
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +git HEAD + + * Set EXIF orientation tag to 1 ("0,0 is top left" aka normal) after + running jpegtran. Previously, when doing a lossless rotate, the image + was rotated but the corresponding EXIF tag not updated, resulting in + wrong image display in programs aware of this EXIF tag. + Thu, 13 Sep 2012 12:00:06 +0200 Daniel Friesel <derf+feh@finalrewind.org> * Fix freedesktop.org Thumbnail Managing Standard implementation: |