ECTED]>
> Subject: Re: [Tutor] problem in converting pixel data to image file
> To: tutor@python.org
> Date: Monday, August 18, 2008, 3:41 AM
> > Message: 3
> > Date: Mon, 18 Aug 2008 14:30:08 +0530
> > From: "Ashish Sethi"
> <[EMAIL PROTECTED]>
>
pular image format supports that, but I'm not imaging expert)
> I would also appreciate any help you could offer me regarding the new
> problem.
>
> Looking forward to your reply
>
>
>
>
>
> On 8/18/08, Lie Ryan <[EMAIL PROTECTED]> wrote:
>
> Message: 3
> Date: Mon, 18 Aug 2008 14:30:08 +0530
> From: "Ashish Sethi" <[EMAIL PROTECTED]>
> Subject: [Tutor] problem in converting pixel data to image file
> To: tutor@python.org
> Message-ID:
> <[EMAIL PROTECTED]>
> Content-Type: text/
On 8/18/08, Ashish Sethi <[EMAIL PROTECTED]> wrote:
> Hi all,
> I have a problem in converting the pixel data (read from a string and
> written to a file using fromstring command in PIL ).
> The file handle of this file is called buffer. Now, when I tried to open the
> file as an image file but it
Hi all,
I have a problem in converting the pixel data (read from a string and
written to a file using fromstring command in PIL ).
The file handle of this file is called buffer. Now, when I tried to open the
file as an image file but it didnt work.
Then I read the documentation of PIL and found thi