Merge from master

This commit is contained in:
wiredfool 2014-09-23 10:19:00 -07:00
commit fedabf3a68

View File

@ -217,6 +217,7 @@ class TestImageCms(PillowTestCase):
ImageCmsProfile(pLab).tobytes())
out = ImageCms.applyTransform(i, t2)
self.assert_image_similar(hopper(), out, 2)
def test_profile_tobytes(self):