mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Merge from master
This commit is contained in:
commit
fedabf3a68
|
@ -217,6 +217,7 @@ class TestImageCms(PillowTestCase):
|
||||||
ImageCmsProfile(pLab).tobytes())
|
ImageCmsProfile(pLab).tobytes())
|
||||||
|
|
||||||
out = ImageCms.applyTransform(i, t2)
|
out = ImageCms.applyTransform(i, t2)
|
||||||
|
|
||||||
self.assert_image_similar(hopper(), out, 2)
|
self.assert_image_similar(hopper(), out, 2)
|
||||||
|
|
||||||
def test_profile_tobytes(self):
|
def test_profile_tobytes(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user