CHANGELOG.md
LICENSE
MANIFEST.in
README.md
install.ps1
install.sh
pyproject.toml
docs/PRIVACY.md
docs/RELEASE_NOTES.md
scripts/make_probes.py
scripts/regression.py
scripts/screenshot.py
src/magicdispel/__init__.py
src/magicdispel/__main__.py
src/magicdispel/banner.py
src/magicdispel/cli.py
src/magicdispel/core.py
src/magicdispel/errors.py
src/magicdispel/exif.py
src/magicdispel/exiftool.py
src/magicdispel/icc.py
src/magicdispel/messages.py
src/magicdispel/names.py
src/magicdispel/pixels.py
src/magicdispel/xmp.py
src/magicdispel.egg-info/PKG-INFO
src/magicdispel.egg-info/SOURCES.txt
src/magicdispel.egg-info/dependency_links.txt
src/magicdispel.egg-info/entry_points.txt
src/magicdispel.egg-info/requires.txt
src/magicdispel.egg-info/top_level.txt
src/magicdispel/formats/__init__.py
src/magicdispel/formats/bmff.py
src/magicdispel/formats/bmp.py
src/magicdispel/formats/gif.py
src/magicdispel/formats/heif.py
src/magicdispel/formats/jpeg.py
src/magicdispel/formats/png.py
src/magicdispel/formats/tiff.py
src/magicdispel/formats/webp.py
tests/test_banner.py
tests/test_cli.py
tests/test_core.py
tests/test_exif.py
tests/test_exiftool.py
tests/test_formats.py
tests/test_heif.py
tests/test_icc.py
tests/test_jpeg.py
tests/test_names.py
tests/test_pixels.py
tests/test_png.py
tests/test_tiff.py
tests/test_webp_gif.py