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