CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-demo.txt
requirements-dev.txt
requirements.txt
examples/compare_transforms.py
examples/plot_transform.py
examples/roundtrip.py
src/walsh/__init__.py
src/walsh/cli.py
src/walsh/colors.py
src/walsh/decorators.py
src/walsh/exceptions.py
src/walsh/py.typed
src/walsh/task.py
src/walsh/transforms.py
src/walsh.egg-info/PKG-INFO
src/walsh.egg-info/SOURCES.txt
src/walsh.egg-info/dependency_links.txt
src/walsh.egg-info/entry_points.txt
src/walsh.egg-info/requires.txt
src/walsh.egg-info/top_level.txt
src/walsh/image/__init__.py
src/walsh/image/_io.py
src/walsh/image/base.py
src/walsh/image/cim.py
src/walsh/image/arrays/__init__.py
src/walsh/image/arrays/_rules.py
src/walsh/image/arrays/npy.py
src/walsh/image/arrays/pkl.py
src/walsh/image/netpbm/__init__.py
src/walsh/image/netpbm/_samples.py
src/walsh/image/netpbm/pam.py
src/walsh/image/netpbm/ppm.py
src/walsh/image/raster/__init__.py
src/walsh/image/raster/bmp.py
src/walsh/image/raster/tiff.py
tests/conftest.py
tests/cli/test_cli.py
tests/codec/test_colors.py
tests/codec/test_custom_transform.py
tests/codec/test_golden.py
tests/codec/test_plot_transform.py
tests/codec/test_task.py
tests/codec/test_transforms.py
tests/image/test_base.py
tests/image/test_cim.py
tests/image/test_io.py
tests/image/test_layout.py
tests/image/test_streams.py
tests/image/arrays/test_npy.py
tests/image/arrays/test_pickle.py
tests/image/netpbm/test_pam.py
tests/image/netpbm/test_ppm.py
tests/image/raster/test_bmp.py
tests/image/raster/test_tiff.py
tests/project/test_readme_toc.py
tests/project/test_requirements_mirror.py
tests/support/test_decorators.py
tests/support/test_exceptions.py