mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-02 11:30:11 +03:00
Merge 0aa05780c5
into 6bf7599143
This commit is contained in:
commit
85214d7343
|
@ -43,6 +43,10 @@ def test_mac_tiff():
|
||||||
def test_gimp_tiff():
|
def test_gimp_tiff():
|
||||||
# Read TIFF JPEG images from GIMP [@PIL168]
|
# Read TIFF JPEG images from GIMP [@PIL168]
|
||||||
|
|
||||||
|
codecs = dir(Image.core)
|
||||||
|
if "jpeg_decoder" not in codecs:
|
||||||
|
skip("jpeg support not available")
|
||||||
|
|
||||||
file = "Tests/images/pil168.tif"
|
file = "Tests/images/pil168.tif"
|
||||||
im = Image.open(file)
|
im = Image.open(file)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user