Commit Graph

16 Commits

Author SHA1 Message Date
cgohlke cba654cbda Use io.BytesIO instead of StringIO
Fixes NameError: global name 'io' is not defined on Python 3
2012-09-29 17:00:59 -07:00
Tony S Yu bfa6f05e1f DOC: Change title to match numpy docstring standard 2012-09-02 17:53:22 -04:00
Stefan van der Walt 8cdd0e909a Merge pull request #258 from tonysyu/imshow-filename
ENH: Allow imshow to show images when given file name.
2012-08-24 02:56:45 -07:00
Tony S Yu de20e482ad ENH: Allow imshow to show images when given file name. 2012-08-22 22:10:32 -04:00
wilsaj 38a96b9ac9 Remove tag metadata-related fucntions from Image class 2012-08-21 20:51:23 -05:00
wilsaj 9bd445700a add note about to display protocol to Image docstring 2012-08-12 18:20:58 -05:00
wilsaj 2b66f0c303 role duplicate logic for Image._repr_png_() and Image._repr_jpeg_() into a common method 2012-07-24 23:21:42 -05:00
wilsaj b9d468b668 use standard conventions for Image.__new__() cls attribute and docstring 2012-07-24 23:20:22 -05:00
wilsaj 7368332df9 remove unused import 2012-07-24 23:07:44 -05:00
wilsaj fbb2ec3afa close temp StringIO buffers when we're done with them 2012-07-20 20:34:12 -05:00
wilsaj 32d3e1b161 use repr_png and repr_jpeg hooks rather than repr_html
these will work in the ipython qtconsole as well!
2012-07-20 16:44:05 -05:00
wilsaj 70cf6cfba0 fix test so it looks for new Image class 2012-07-20 15:39:50 -05:00
wilsaj d2e0484845 add html repr method for Image class 2012-07-20 15:19:22 -05:00
wilsaj f676152448 add stefan's image class 2012-07-20 15:18:09 -05:00
Andreas Mueller f7b3d8062c COSMIT pep8 2012-06-29 11:27:23 +02:00
Stefan van der Walt 09021dbd83 PKG: Move io to _io (closes #39). 2011-10-27 16:08:21 -07:00