Michele, Thanks for your reply. Are you saying you are developping a "competing project" to PIL !? (I didn't understand what you meant by "annoying post" ;-) Whatever it is, if it's freely available I would like to take a look... PIL *should* support multipage-tifs !
Thanks, Sebastian On Sat, 17 Dec 2005 09:51:07 +0100 Michele Petrazzo <[EMAIL PROTECTED]> wrote: > 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
