mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Fixed reading APP13 marker without Photoshop data
This commit is contained in:
parent
d61ab018fe
commit
2274c2afc7
BIN
Tests/images/app13.jpg
Normal file
BIN
Tests/images/app13.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 563 B |
|
@ -620,6 +620,10 @@ class TestFileJpeg(PillowTestCase):
|
||||||
'DisplayedUnitsY': 1,
|
'DisplayedUnitsY': 1,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# This image does not contain a Photoshop header string
|
||||||
|
im = Image.open("Tests/images/app13.jpg")
|
||||||
|
self.assertNotIn("photoshop", im.info)
|
||||||
|
|
||||||
|
|
||||||
@unittest.skipUnless(sys.platform.startswith('win32'), "Windows only")
|
@unittest.skipUnless(sys.platform.startswith('win32'), "Windows only")
|
||||||
class TestFileCloseW32(PillowTestCase):
|
class TestFileCloseW32(PillowTestCase):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user