Easy image rendering?

jaysherby at gmail.com jaysherby at gmail.com
Wed Aug 9 21:06:50 EDT 2006


No good.  No external applications.  What else is there?  Worst case
scenario, what's the easiest way to do GUI?

Pontus Ekberg wrote:
> On Wed, 09 Aug 2006 16:27:50 -0700, jaysherby at gmail.com wrote:
>
> > Can someone tell me what's the absolute easiest way of putting an image
> > on to the screen in Python without just opening it up in an
> > application?  What's the simplest way to just put something up on the
> > screen?
>
> If you are using PIL you could use im.show(); but all that does is saving
> the image data to a file and opening that file in an external
> application (xv on UNIX). At least you don't have to do it yourself.




More information about the Python-list mailing list