CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
dlup/__init__.py
dlup/_exceptions.py
dlup/_image.py
dlup/_region.py
dlup/annotations.py
dlup/background.py
dlup/logging.py
dlup/tiling.py
dlup/tools.py
dlup/types.py
dlup/writers.py
dlup.egg-info/PKG-INFO
dlup.egg-info/SOURCES.txt
dlup.egg-info/dependency_links.txt
dlup.egg-info/entry_points.txt
dlup.egg-info/not-zip-safe
dlup.egg-info/requires.txt
dlup.egg-info/top_level.txt
dlup/cli/__init__.py
dlup/cli/mask.py
dlup/cli/wsi.py
dlup/data/__init__.py
dlup/data/dataset.py
dlup/data/transforms.py
dlup/data/experimental/__init__.py
dlup/data/experimental/dataset.py
dlup/experimental_backends/__init__.py
dlup/experimental_backends/common.py
dlup/experimental_backends/openslide_backend.py
dlup/experimental_backends/pyvips_backend.py
dlup/experimental_backends/tifffile_backend.py
dlup/utils/__init__.py
dlup/utils/image.py
dlup/utils/imports.py
dlup/utils/mask.py
dlup/utils/pyvips_utils.py
dlup/utils/tifffile_utils.py
dlup/viz/__init__.py
dlup/viz/plotting.py
docs/Makefile
docs/backends.rst
docs/cli.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/quickstart.rst
docs/tiling.rst
docs/writers.rst
docs/examples/dataset_examples.rst
docs/examples/tile_directory.rst
docs/img/checkerboard.png
docs/img/dataset_example.png
docs/img/dataset_example2.png
docs/img/overflow.png
docs/img/skip.png
tests/__init__.py
tests/common.py
tests/conftest.py
tests/test_annotations.py
tests/test_dataset.py
tests/test_image.py
tests/test_tiling.py
tests/test_writers.py
tests/utils/__init__.py
tests/utils/test_pyvips.py