Skip to content

stefmolin/exif-stripper

Repository files navigation

exif-stripper

Pre-commit hook to ensure image metadata (EXIF data and extended attributes) is removed.

Last Release PyPI release Supported Python Versions License
Build status codecov CI
Downloads PyPI downloads

Usage

Add the following to your .pre-commit-config.yaml file:

- repo: https://github.com/stefmolin/exif-stripper
  rev: 0.3.1
  hooks:
    - id: strip-exif

Contributing

Please consult the contributing guidelines.