[Image-SIG] save a tif image "sequence"

Michele Petrazzo michele.petrazzo at unipex.it
Sat Dec 17 09:51:07 CET 2005


Sebastian Haase wrote:
> Hi, Does PIL support saving many 2D images into one tif file. (I 
> think PIL calls this a image "sequence") It was looking into the 
> seek() and tell() functions, but all I could find was about _reading_
>  sequences.

I don't know if PIL can do this, so this can be an annoying post, but
you can use freeimagepy that doesn't have the seek and tell functions,
(for now, because I'm working for make it more "pythonic" so I'll add
functions like those ), but it has convertToMultiPage that do what you want.
If you want, I can add that functions and send you the new versions so
you can try it for see if it work in your environment.

> 
> Thanks, Sebastian Haase

Hope can help,
Michele


More information about the Image-SIG mailing list