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
