bigimtools is a Python package to handle large images.
It currently provides a TiledImage class that handles large images split into tiles with or without overlap. Those images can be stored in different backends: HDF5 files, images in a folder, numpy arrays or in memory dictionaries.
A few utilities are provided:
- tiler module: functions to split image into tiles, join them, equalize them and more
- dzi module: functions to create a deep zoom image.
To install bigimtools, simply (soon):
$ pip install bigimtools
or utilizing conda, with the conda-forge channel (soon):
$ conda install -c conda-forge bigimtools
and then simply enjoy it!
bigimtools is maintained by a community. See AUTHORS for a complete list.
To review an ordered list of notable changes for each version of a project, see CHANGES