Skip to content

Commit

Permalink
added support for 16 bit integer tiffs
Browse files Browse the repository at this point in the history
  • Loading branch information
JayWiz committed Oct 5, 2022
1 parent 243402e commit 802a143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PIL/TiffImagePlugin.py
Expand Up @@ -169,6 +169,7 @@
(II, 0, (1,), 2, (8,), ()): ("L", "L;IR"),
(MM, 0, (1,), 2, (8,), ()): ("L", "L;IR"),
(II, 1, (1,), 1, (8,), ()): ("L", "L"),
(II, 0, (1,), 1, (16,), ()): ("I", "I;16"),
(MM, 1, (1,), 1, (8,), ()): ("L", "L"),
(II, 1, (1,), 2, (8,), ()): ("L", "L;R"),
(MM, 1, (1,), 2, (8,), ()): ("L", "L;R"),
Expand Down

0 comments on commit 802a143

Please sign in to comment.