Re: read part of jpeg file by pure python

2007-09-13 Thread Pacino
On 9 13 , 7 44 , [EMAIL PROTECTED] wrote: > On 13 Wrz, 10:48, Pacino <[EMAIL PROTECTED]> wrote: > > > > > On 9 13 , 4 43 , Laurent Pointal <[EMAIL PROTECTED]> wrote: > > > > Pacino a écrit : > > > > > Hi, everyone, > > > > > I am wondering whether it's possible to read part (e.g. 1000*1000) of

Re: read part of jpeg file by pure python

2007-09-13 Thread michal . zaborowski
On 13 Wrz, 10:48, Pacino <[EMAIL PROTECTED]> wrote: > On 9 13 , 4 43 , Laurent Pointal <[EMAIL PROTECTED]> wrote: > > > Pacino a écrit : > > > > Hi, everyone, > > > > I am wondering whether it's possible to read part (e.g. 1000*1000) of > > > a huge jpeg file (e.g. 3*3) and save it to ano

Re: read part of jpeg file by pure python

2007-09-13 Thread Pacino
On 9 13 , 4 43 , Laurent Pointal <[EMAIL PROTECTED]> wrote: > Pacino a écrit : > > > Hi, everyone, > > > I am wondering whether it's possible to read part (e.g. 1000*1000) of > > a huge jpeg file (e.g. 3*3) and save it to another jpeg file > > by pure python. I failed to read the whole fi

Re: read part of jpeg file by pure python

2007-09-13 Thread Laurent Pointal
Pacino a écrit : > Hi, everyone, > > I am wondering whether it's possible to read part (e.g. 1000*1000) of > a huge jpeg file (e.g. 3*3) and save it to another jpeg file > by pure python. I failed to read the whole file and split it, because > it would cost 2GB memory. > > Can anyone help

read part of jpeg file by pure python

2007-09-13 Thread Pacino
Hi, everyone, I am wondering whether it's possible to read part (e.g. 1000*1000) of a huge jpeg file (e.g. 3*3) and save it to another jpeg file by pure python. I failed to read the whole file and split it, because it would cost 2GB memory. Can anyone help me? Any comments would be apprec