Skip to content

Latest commit

 

History

History
58 lines (53 loc) · 2.18 KB

README.md

File metadata and controls

58 lines (53 loc) · 2.18 KB

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.