Commit ba8d605e authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

Update README.md

parent 57087432
......@@ -3,6 +3,12 @@ Class imagej_tiff to read multilayer tiff files and parse tags
* layers are stacked along depth (think RGB)
* parse imagej generated tags (50838 and 50839)
# Dependencies
* Python 3.5.2 (not strict)
* Pillow 5.1.0+ (strict)
* Numpy 1.14.2 (not strict)
* Matplotlib 2.2.2 (not strict)
# Examples
```
#!/usr/bin/env python3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment