add note about to display protocol to Image docstring

This commit is contained in:
wilsaj
2012-08-12 18:20:58 -05:00
parent 2b66f0c303
commit 9bd445700a
+5 -1
View File
@@ -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': {},