Files
macports-ports/python/py-pil/files/patch-PIL-TiffImagePlugin.py.diff
Joshua Root 45fe1d6b7a unify py*-pil
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@81303 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-07-29 05:51:47 +00:00

11 lines
468 B
Diff

--- PIL/TiffImagePlugin.py.b 2011-02-23 16:43:49.000000000 -0800
+++ PIL/TiffImagePlugin.py 2011-02-23 11:45:06.000000000 -0800
@@ -138,6 +138,7 @@
(II, 1, 1, 2, (1,), ()): ("1", "1;R"),
(II, 1, 1, 1, (8,), ()): ("L", "L"),
(II, 1, 1, 1, (8,8), (2,)): ("LA", "LA"),
+ (II, 1, 1, 1, (1,1), (2,)): ("1", "1"),
(II, 1, 1, 2, (8,), ()): ("L", "L;R"),
(II, 1, 1, 1, (16,), ()): ("I;16", "I;16"),
(II, 1, 2, 1, (16,), ()): ("I;16S", "I;16S"),