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
_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to