Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 496 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 496 Bytes

exif_cleaner

Simple tool to remove EXIF data from JPEG file

Usage

usage: exif_cleaner.py [-h] [-d DIR] [-f FILE] [-v] [-s]

Removes EXIF data from JPEG image file

options:
  -h, --help            show this help message and exit
  -d DIR, --dir DIR     Directory to walk recursively in order to remove exif data from JPEG files
  -f FILE, --file FILE  JPEG File to remove exif data from
  -v, --verbose         Print extra information
  -s, --silent          Silent execution