mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Update selftest.py for hopper
This commit is contained in:
parent
78e7fe025e
commit
699b662511
|
@ -89,9 +89,9 @@ def testimage():
|
|||
>>> len(im.getdata())
|
||||
16384
|
||||
>>> im.getextrema()
|
||||
((61, 255), (26, 234), (44, 223))
|
||||
((0, 255), (0, 255), (0, 255))
|
||||
>>> im.getpixel((0, 0))
|
||||
(223, 162, 133)
|
||||
(20, 20, 70)
|
||||
>>> len(im.getprojection())
|
||||
2
|
||||
>>> len(im.histogram())
|
||||
|
|
Loading…
Reference in New Issue
Block a user