[Python-modules-commits] [python-exif] 08/12: fix for orientation strings (issue #2)
Wolfgang Borgert
debacle at moszumanska.debian.org
Mon Oct 6 22:17:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to annotated tag 1.0.10
in repository python-exif.
commit 2f6b830c9292534e75d788769cd35b8418137986
Author: ianaré sévi <ianare at gmail.com>
Date: Mon Sep 17 18:57:08 2012 +0300
fix for orientation strings (issue #2)
---
EXIF.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/EXIF.py b/EXIF.py
index 7579779..d456651 100755
--- a/EXIF.py
+++ b/EXIF.py
@@ -171,9 +171,9 @@ EXIF_TAGS = {
3: 'Rotated 180',
4: 'Mirrored vertical',
5: 'Mirrored horizontal then rotated 90 CCW',
- 6: 'Rotated 90 CW',
+ 6: 'Rotated 90 CCW',
7: 'Mirrored horizontal then rotated 90 CW',
- 8: 'Rotated 90 CCW'}),
+ 8: 'Rotated 90 CW'}),
0x0115: ('SamplesPerPixel', ),
0x0116: ('RowsPerStrip', ),
0x0117: ('StripByteCounts', ),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-exif.git
More information about the Python-modules-commits
mailing list