File converter from h5 to tiff imagesΒΆ

Documentation pypi Check the repository here

A simple package to convert a list of images saved in a h5 file to single tiff files.

The package is structured by a class which holds the data and metadata (with customizable loading function). The class has a method call convert which will convert and save the images. (also customizable)