Metadata-Version: 2.1
Name: multipagetiff
Version: 2.0.3
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
Requires-Dist: numpy
Requires-Dist: matplotlib

# Multi-page TIFF

![image](https://github.com/mpascucci/multipagetiff/raw/master/imgs/output_19_0.png)

This module module makes easy dealing with multi-page tiff images stacks.

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 tiff
```



