[SciPy-User] How to create multi-page tiff files with python tools?

Sebastian Haase seb.haase at gmail.com
Tue Sep 29 11:41:41 EDT 2009


On Tue, Sep 29, 2009 at 5:34 PM, Alexandre Santos <ochipepe at gmail.com> wrote:
> 2009/9/29 David Warde-Farley <dwf at cs.toronto.edu>:
>> Do you need to create them or just read them? You can read them by
>> opening with PIL and using the '.seek()' method to switch between
>> frames.
>
> I would like to create ordered stacks out of the randomized ones, so I
> would need the ability to create them.
>
But you could then probably just create the ordered version "in
memory" as an ndim=3 ndarray - non need to actually save them back to
disk...

-Sebastian Haase



More information about the SciPy-User mailing list