Re: [Tutor] Raw image display in a GUI window

2005-11-08 Thread R. Alan Monroe
> Marcin Komorowski wrote: >> Thanks Kent, this looks promising. >> Are you very familiar with the Python Imaging Library? > No, I have just used it for a few small things. I know it mostly by > reputation. Somewhat related question: Why isn't PIL in the standard library? Alan __

Re: [Tutor] Raw image display in a GUI window

2005-11-08 Thread Alex Hunsley
Alex Hunsley wrote: > Marcin Komorowski wrote: > >> Hello, >> >> I want to use Python to do some experimentation with graphic >> processing/manipulation, and I am looking for a way to be able to >> manipulate individual pixels of the image, as well as display it in a >> GUI. Ideal image repres

Re: [Tutor] Raw image display in a GUI window

2005-11-08 Thread Alex Hunsley
Kent Johnson wrote: >Marcin Komorowski wrote: > > >>Thanks Kent, this looks promising. >>Are you very familiar with the Python Imaging Library? >> >> > >No, I have just used it for a few small things. I know it mostly by reputation. > > > >>Can I pick your >>brains if I have questions?

Re: [Tutor] Raw image display in a GUI window

2005-11-08 Thread alan . gauld
> >>>I want to use Python to do some experimentation with graphic >>>processing/manipulation, and I am looking for a way to be able to >manipulate >>>individual pixels of the image, as well as display it in a GUI. Sounds like a job for the Python Image Library - PIL. Alan G

Re: [Tutor] Raw image display in a GUI window

2005-11-08 Thread Kent Johnson
Marcin Komorowski wrote: > Thanks Kent, this looks promising. > Are you very familiar with the Python Imaging Library? No, I have just used it for a few small things. I know it mostly by reputation. > Can I pick your > brains if I have questions? Best to ask questions to the list, I will answ

Re: [Tutor] Raw image display in a GUI window

2005-11-08 Thread Marcin Komorowski
ython-tutor" Sent: Tuesday, November 08, 2005 10:32 AM Subject: Re: [Tutor] Raw image display in a GUI window > Marcin Komorowski wrote: > >>Hello, >> >>I want to use Python to do some experimentation with graphic >>processing/manipulation, and I am looking

Re: [Tutor] Raw image display in a GUI window

2005-11-08 Thread Kent Johnson
Marcin Komorowski wrote: > Hello, > > I want to use Python to do some experimentation with graphic > processing/manipulation, and I am looking for a way to be able to manipulate > individual pixels of the image, as well as display it in a GUI. Ideal image > representation would be something of

Re: [Tutor] Raw image display in a GUI window

2005-11-08 Thread Alex Hunsley
Marcin Komorowski wrote: >Hello, > >I want to use Python to do some experimentation with graphic >processing/manipulation, and I am looking for a way to be able to manipulate >individual pixels of the image, as well as display it in a GUI. Ideal image >representation would be something of the

[Tutor] Raw image display in a GUI window

2005-11-08 Thread Marcin Komorowski
Hello, I want to use Python to do some experimentation with graphic processing/manipulation, and I am looking for a way to be able to manipulate individual pixels of the image, as well as display it in a GUI. Ideal image representation would be something of the form of a two-dimensional array