LICENSE
README.md
pyproject.toml
setup.py
imagewand/__init__.py
imagewand/autofix.py
imagewand/automerge.py
imagewand/cli.py
imagewand/config.py
imagewand/filters.py
imagewand/pdf2img.py
imagewand/resize.py
imagewand.egg-info/PKG-INFO
imagewand.egg-info/SOURCES.txt
imagewand.egg-info/dependency_links.txt
imagewand.egg-info/entry_points.txt
imagewand.egg-info/requires.txt
imagewand.egg-info/top_level.txt
imagewand/plugins/__init__.py
imagewand/plugins/custom_filters.py
imagewand/scripts/merge_command.py
tests/test_autofix.py
tests/test_basic.py
tests/test_cli.py
tests/test_custom_filters.py
tests/test_filters.py
tests/test_resize.py