LICENSE
README.md
pyproject.toml
setup.py
src/pixeloe/__init__.py
src/pixeloe/cli.py
src/pixeloe/color.py
src/pixeloe/outline.py
src/pixeloe/pixelize.py
src/pixeloe/utils.py
src/pixeloe.egg-info/PKG-INFO
src/pixeloe.egg-info/SOURCES.txt
src/pixeloe.egg-info/dependency_links.txt
src/pixeloe.egg-info/entry_points.txt
src/pixeloe.egg-info/not-zip-safe
src/pixeloe.egg-info/requires.txt
src/pixeloe.egg-info/top_level.txt
src/pixeloe/downscale/__init__.py
src/pixeloe/downscale/center.py
src/pixeloe/downscale/contrast_based.py
src/pixeloe/downscale/conventional.py
src/pixeloe/downscale/k_centroid.py
src/pixeloe/torch/__init__.py
src/pixeloe/torch/env.py
src/pixeloe/torch/minmax.py