diff --git a/skimage/io/_io.py b/skimage/io/_io.py index 95cb5abc..20337797 100644 --- a/skimage/io/_io.py +++ b/skimage/io/_io.py @@ -16,7 +16,11 @@ _image_stack = [] class Image(np.ndarray): - """Image data with tags.""" + """Class representing Image data. + + These objects have tags for image metadata and IPython display protocol + methods for image display. + """ tags = {'filename': '', 'EXIF': {},