We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2018a6 commit 372083cCopy full SHA for 372083c
1 file changed
Tests/test_file_jpeg.py
@@ -148,6 +148,7 @@ def getchannels(im):
148
im = hopper()
149
im_ycbcr = self.roundtrip(im)
150
assert getchannels(im_ycbcr) == (1, 2, 3)
151
+ assert_image_similar(im, im_ycbcr, 17)
152
153
im_rgb = self.roundtrip(im, keep_rgb=True)
154
assert getchannels(im_rgb) == (ord("R"), ord("G"), ord("B"))
0 commit comments