mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge branch 'main' into main
This commit is contained in:
commit
70cb908ddb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user