[Pygui] Use with PIL

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Oct 13 22:42:49 CEST 2010


Jason Benjamin wrote:
> Is there a way to use PyGUI with Python Imaging Library, as in 
> displaying the images that it loads?

Nothing officially in the API yet. If you dig
into the internals you could probably find a way of
creating a PyGUI image from a PIL one, although the
details would be different for each platform.

I'll make a note to do something about this.

-- 
Greg


More information about the Pygui mailing list