Delete a Exif at JPEG file.
Web version is here (Delete-Exif-Web)
git clone https://github.com/shinshin86/Delete-Exif.git
cd Delete-Exif
pip install pillow
-
Put a target JPEG file in the
work
directory. -
Run to python script!
python delete_exif.py
-
Image files(Erased a exif data) stored a
result
directory by Python script.