Is there any way to get a PIL Image from a .zip file without extracting it?
David Yan wrote:
Is there any way to get a PIL Image from a .zip file without extracting it?
I don't know details but I think that the zipfile module can give you a stream (a file-like object) for the files in the zipfile, and PIL can take one of those when loading an image.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!