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.
2 parents c934138 + 44510d2 commit 70cb908Copy full SHA for 70cb908
Tests/test_imagemath.py
@@ -8,7 +8,6 @@ def pixel(im):
8
return f"{im.mode} {repr(im.getpixel((0, 0)))}"
9
if isinstance(im, int):
10
return int(im) # hack to deal with booleans
11
- print(im)
12
13
14
A = Image.new("L", (1, 1), 1)
0 commit comments