







The PIL.ImageFileIO Module


ImageFileIO(fp) (class) [ #PIL.ImageFileIO.ImageFileIO-class# ]

The ImageFileIO module can be used to read an image from a
socket, or any other stream device.

For more information about this class, see #PIL.ImageFileIO.ImageFileIO-classThe ImageFileIO Class .



The ImageFileIO Class 


ImageFileIO(fp) (class) [ #PIL.ImageFileIO.ImageFileIO-class# ]

The ImageFileIO module can be used to read an image from a
socket, or any other stream device.

This module is deprecated. New code should use the 
Parser
class in the 
imagefileImageFile  module instead.


__init__(fp)  [ #PIL.ImageFileIO.ImageFileIO.__init__-method# ]

Adds buffering to a stream file object, in order to
provide 
seek and tell methods required
by the 
Image.open method. The stream object must
implement 
read and close methods.


fp

Stream file handle.





