Merge branch 'main' into main

This commit is contained in:
Hugo van Kemenade 2022-10-13 11:14:21 +02:00 committed by GitHub
commit 70cb908ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@ def pixel(im):
return f"{im.mode} {repr(im.getpixel((0, 0)))}"
if isinstance(im, int):
return int(im) # hack to deal with booleans
print(im)
A = Image.new("L", (1, 1), 1)