Metadata-Version: 2.1
Name: fluopenslide1
Version: 0.0.0
Summary: Opening fluorescence .czi files
Home-page: UNKNOWN
Author: Louison Robach
Author-email: louison.robach@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: aicspylibczi
Requires-Dist: matplotlib
Requires-Dist: pathlib
Requires-Dist: aicsimageio

# About fluopenslide

With this library, you are able to open .czi files and display regions of it. It is supposed to compensate the fact that Openslide did not support .czi files.


It is mainly based on the aicspylibczi library, whom documentation is available on <https://github.com/AllenCellModeling/aicspylibczi>.

# Installation

You can install it with `pip install`. When you are in your terminal , just use `pip install fluopenslide` and it will install the whole library. You can then use it at your convenience.

You can also install it directly from GitHut by downloading it here : <https://github.com/LRobach/fluopenslide/archive/refs/heads/master.zip>.

# Documentation

Its documentation is available on <https://github.com/LRobach/fluopenslide>.

# Current issue

There is an issue on the image edges : it is currently not working when you want to open an image from one edge to another but we are working on it.


