mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
small test image for I;16 => F conversion
This commit is contained in:
parent
993e075c0d
commit
5b269a6ab7
BIN
Tests/images/12bit.cropped.tif
Normal file
BIN
Tests/images/12bit.cropped.tif
Normal file
Binary file not shown.
|
@ -39,11 +39,11 @@ def test_8bit():
|
|||
_test_float_conversion(im.convert('L'))
|
||||
|
||||
def test_12bit():
|
||||
im = Image.open('Tests/images/12bit.tif')
|
||||
im = Image.open('Tests/images/12bit.cropped.tif')
|
||||
_test_float_conversion(im)
|
||||
|
||||
def test_12bit_workaround():
|
||||
im = Image.open('Tests/images/12bit.tif')
|
||||
im = Image.open('Tests/images/12bit.cropped.tif')
|
||||
_test_float_conversion(im.convert('I'))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user