Re: Newbie question -- fiddling with pictures.
From: Scott David Daniels (Scott.Daniels_at_Acm.Org)
Date: 02/28/05
- Next message: Premshree Pillai: "[ANN] PyAC 0.1.0"
- Previous message: John Hunter: "Re: Minor, but annoying legend problem in matplotlib"
- In reply to: Ryan White: "Newbie question"
- Next in thread: Terry Reedy: "Re: Newbie question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Feb 2005 09:03:56 -0800
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@Acm.Org
- Next message: Premshree Pillai: "[ANN] PyAC 0.1.0"
- Previous message: John Hunter: "Re: Minor, but annoying legend problem in matplotlib"
- In reply to: Ryan White: "Newbie question"
- Next in thread: Terry Reedy: "Re: Newbie question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|