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

Alexandre Santos ochipepe at gmail.com
Tue Sep 29 11:46:35 EDT 2009


2009/9/29 Sebastian Haase <seb.haase at gmail.com>:
> 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...

The problem is that the ordered stacks need to be analyzed by other
programs (matlab scripts and imagej, so I really would like to store
them ordered.

NB: I'm browsing through your package, and will probably come back
with questions...
>
> -Sebastian Haase
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>



More information about the SciPy-User mailing list