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

