mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Merge pull request #614 from Hijackal/patch-1
Add specific 32-bit float tiff format
This commit is contained in:
commit
0f2e08dfe0
|
@ -146,6 +146,7 @@ OPEN_INFO = {
|
||||||
(II, 0, 1, 2, (1,), ()): ("1", "1;IR"),
|
(II, 0, 1, 2, (1,), ()): ("1", "1;IR"),
|
||||||
(II, 0, 1, 1, (8,), ()): ("L", "L;I"),
|
(II, 0, 1, 1, (8,), ()): ("L", "L;I"),
|
||||||
(II, 0, 1, 2, (8,), ()): ("L", "L;IR"),
|
(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, 1, (1,), ()): ("1", "1"),
|
||||||
(II, 1, 1, 2, (1,), ()): ("1", "1;R"),
|
(II, 1, 1, 2, (1,), ()): ("1", "1;R"),
|
||||||
(II, 1, 1, 1, (8,), ()): ("L", "L"),
|
(II, 1, 1, 1, (8,), ()): ("L", "L"),
|
||||||
|
|
BIN
Tests/images/10ct_32bit_128.tiff
Normal file
BIN
Tests/images/10ct_32bit_128.tiff
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user