Metadata-Version: 2.1
Name: multipagetiff
Version: 3.0.7
Summary: open multipage tiff stacks and create z-projections
Home-page: https://github.com/mpascucci/multipagetiff
Author: Marco Pascucci
Author-email: marpas.paris@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.TXT

# Multi-page TIFF

![image](https://raw.githubusercontent.com/mpascucci/multipagetiff/dev/examples/markdown/output_45_0.png)

This module simplifies working with multipage images (stacks). Image stacks are often found as multi-page tiff files.

It implements depth color-coding by max-projection, like the Z-projection functions of ImageJ.

Detailed description on the [GitHub project page](https://github.com/mpascucci/multipagetiff/blob/master/README.md).

typical import line:
```python
import multipagetiff as mtif
```



