multi-page TIFF writer

Stéfan van der Walt stefan at sun.ac.za
Fri Apr 12 08:06:16 EDT 2013


Hi Juan

On Fri, Apr 12, 2013 at 1:46 PM, Juan Nunez-Iglesias <jni.soma at gmail.com> wrote:
> Do any of you know about writing a numpy array to a multi-page TIFF file in
> Python? Last time I checked, you could only read those with PIL, not write.
> A quick Googling led me to Tiffany, but it doesn't seem to be particularly
> numpy-friendly...

The freeimage plugin has code for this already, although we still need
to implement an "imsave_collection" wrapper.  Grep for
"write_multipage".

Regards
Stéfan



More information about the scikit-image mailing list