/Delete-Exif

Delete a Exif

Primary LanguagePythonMIT LicenseMIT

Delete-Exif

Delete a Exif at JPEG file.

Web version is here (Delete-Exif-Web)

MIT License

Setup

git clone https://github.com/shinshin86/Delete-Exif.git
cd Delete-Exif

Install dependency

pip install pillow

How to use

  1. Put a target JPEG file in the work directory.

  2. Run to python script!

    python delete_exif.py
  3. Image files(Erased a exif data) stored a result directory by Python script.