LICENSE
README.md
pyproject.toml
pixelate/__init__.py
pixelate/fast/filters.py
pixelate/fast/pixel_ops.py
pixelate/fast/transformations.py
pixelate/slow/filters.py
pixelate/slow/pixel_ops.py
pixelate/slow/transformations.py
pixelate/utils/__init__.py
pixelate/utils/helpers.py
pixelate/utils/image_io.py
pixelatelib.egg-info/PKG-INFO
pixelatelib.egg-info/SOURCES.txt
pixelatelib.egg-info/dependency_links.txt
pixelatelib.egg-info/requires.txt
pixelatelib.egg-info/top_level.txt
tests/test_brightness.py
tests/test_convolve.py
tests/test_image_io.py
tests/test_invert_color.py
tests/test_resize.py
tests/test_to_grayscale.py