diff --git a/skimage/novice/_novice.py b/skimage/novice/_novice.py index 553da070..b953b0c8 100644 --- a/skimage/novice/_novice.py +++ b/skimage/novice/_novice.py @@ -226,7 +226,7 @@ class Picture(object): Get the bottom-left pixel >>> pic[0, 0] - Pixel(red=255, green=0, blue=0) + Pixel(red=255, green=0, blue=0, alpha=255) Get the top row of the picture >>> pic[:, pic.height-1]