[Image-SIG] Re: PIL: stepping through multi-page tiffs
Fredrik Lundh
fredrik@pythonware.com
Sun, 23 May 1999 15:15:28 +0200
> > Just a shot in the dark, but isn't the seek() command ADDITIVE?
>
> Yow. I just tried and it turns out that successive calls to im.seek(1)
> worked better, but still skipped from 1 to 3. But if I use successive
> calls to im.seek(0) I get through all 9 pages.
>
> Thanks for the tip.
>
> - Randy
>
> P.S. I think Iterator in the ImageSequence module needs to be changed to
> reflect this additive behavior...
I'd rather change the TIFF decoder; this definitely
looks like a bug to me...
</F>