Hi all,
 I'm using a gtk.Image to display a bitmap image. 
I have a string that represented the bitmap image (in base64), in order
to show it I first write it to a file and then use the method
gtk.Image.set_from_file()
I'd like to avoid the use of file. How can I show this bitmap directly
in the gtk.Image?
Other gtk.Image methods doesn't seem to help me.

I also take a look ate gtk.DrawingArea. I think the method
draw_gray_image is what I'm looking for, but I can't understand how to
get the buffer it requires. 

-- 
 
 |\ |       |HomePage   : http://nem01.altervista.org
 | \|emesis |XPN (my nr): http://xpn.altervista.org
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to