mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-05 03:21:12 +08:00
add note about to display protocol to Image docstring
This commit is contained in:
+5
-1
@@ -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': {},
|
||||
|
||||
Reference in New Issue
Block a user