Simple Question, avoid Image.save
[email protected] Thu, 29 Dec 2011 09:31:05 -0300
| Newsgroups | gmane.comp.python.image |
|---|---|
| Message-ID | <[email protected]> |
Hi, I wanted to get the actual bmp data without writting the content
to disk.
Example:im = Image.new("RGB", (16, 16) )im.save('image.bmp')
I want to avoid im.save, and just get the actual BMP file data for
further processing.
Hope you can help me.
Thanks a lot!Sean
_______________________________________________
Image-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/image-sig