> 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
__
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
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?
>
>>>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
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
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
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
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
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