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

David Warde-Farley dwf at cs.toronto.edu
Tue Sep 29 11:16:04 EDT 2009


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.

David

On 29-Sep-09, at 11:06 AM, Alexandre Santos wrote:

> Hello,
>
> My data is encoded as multi-page tiff files. Because conditions are
> randomized, I need to sort the stack frames before proceeding with the
> analysis.
>
> While trying to do this with python tools, I seem to have hit a block:
> I can't find a way of creating multi-page tiff files with PIL, and saw
> nothing related to that in SciPy.
>
> Is there really no way of doing this in python, leaving me no option
> but to fall back into Matlab?
>
> Cheers,
> Alexandre Santos
> _______________________________________________
> 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