Skip to content

hgrecco/bigimtools

Repository files navigation

Latest Version License Python Versions https://github.com/hgrecco/bigimtools/workflows/CI/badge.svg?branch=main https://github.com/hgrecco/bigimtools/workflows/Lint/badge.svg?branch=main https://coveralls.io/repos/github/hgrecco/bigimtools/badge.svg?branch=main Docs

bigimtools: manipulate large images

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.

Quick Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages