Newbie question -- fiddling with pictures.

Scott David Daniels Scott.Daniels at Acm.Org
Mon Feb 28 12:03:56 EST 2005


Ryan White wrote:
 > Subject: Newbie question

Not a very good subject -- many people will not even look at it unless
you describe what your question is about.

> I'm wanting to use python to display some jpeg images, maybe present them at
> a percentage of their actual size etc.
> How do I display an image in Python? - I've run over Tkinter, but obviously
> in all the wrong places.
You probably want Fredrik Lundh's PIL (Python Imaging Library) package
to read and manipulate the images, and then use TKinter to display the
images.

--Scott David Daniels
Scott.Daniels at Acm.Org



More information about the Python-list mailing list