Re: [Tutor] problem in converting pixel data to image file

2008-08-18 Thread Tomaz Bevec
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]> >

Re: [Tutor] problem in converting pixel data to image file

2008-08-18 Thread Lie Ryan
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: >

Re: [Tutor] problem in converting pixel data to image file

2008-08-18 Thread Lie Ryan
> 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/

Re: [Tutor] problem in converting pixel data to image file

2008-08-18 Thread Kent Johnson
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

[Tutor] problem in converting pixel data to image file

2008-08-18 Thread Ashish Sethi
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