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  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to