I would have prefered a Python-only solution.

Till now I have found 2:
- my own that takes the PIL data byte by byte and then use draw_rgb_image
- write the PIL data to a StringIO and read it with gtk.gdk.PixbufLoader
http://www.daa.com.au/pipermail/pygtk/2003-June/005268.html

TIA,

Ionutz

Nathan Hurst wrote:
Ionutz Borcoman wrote:

Hi,

What is the fastest way to display a PIL image in a DrawingArea ?


I've attached a program I wrote a long time ago to address this. Use it how you like.

njh

_______________________________________________ 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