Merge pull request #614 from Hijackal/patch-1

Add specific 32-bit float tiff format
This commit is contained in:
wiredfool 2014-04-17 12:10:39 -07:00
commit 0f2e08dfe0
2 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ OPEN_INFO = {
(II, 0, 1, 2, (1,), ()): ("1", "1;IR"),
(II, 0, 1, 1, (8,), ()): ("L", "L;I"),
(II, 0, 1, 2, (8,), ()): ("L", "L;IR"),
(II, 0, 3, 1, (32,), ()): ("F", "F;32F"),
(II, 1, 1, 1, (1,), ()): ("1", "1"),
(II, 1, 1, 2, (1,), ()): ("1", "1;R"),
(II, 1, 1, 1, (8,), ()): ("L", "L"),

Binary file not shown.