mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-15 11:25:53 +08:00
Speed up doctest
This commit is contained in:
@@ -42,7 +42,7 @@ True
|
||||
451
|
||||
|
||||
Changing `size` resizes the picture.
|
||||
>>> picture.size = (200, 250)
|
||||
>>> picture.size = (45, 30)
|
||||
|
||||
You can iterate over pixels, which have RGB values between 0 and 255,
|
||||
and know their location in the picture.
|
||||
|
||||
Reference in New Issue
Block a user