mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +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())
|
>>> len(im.getdata())
|
||||||
16384
|
16384
|
||||||
>>> im.getextrema()
|
>>> im.getextrema()
|
||||||
((61, 255), (26, 234), (44, 223))
|
((0, 255), (0, 255), (0, 255))
|
||||||
>>> im.getpixel((0, 0))
|
>>> im.getpixel((0, 0))
|
||||||
(223, 162, 133)
|
(20, 20, 70)
|
||||||
>>> len(im.getprojection())
|
>>> len(im.getprojection())
|
||||||
2
|
2
|
||||||
>>> len(im.histogram())
|
>>> len(im.histogram())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user