Tool for extract and edit exif image data! Developed in Python3 using Pillow and piexif libs.
- Clone the repo
git clone https://github.com/ReddyyZ/ImageHacker
- Install
python3 install.py
- Try on!
imagehacker --extract example.jpg
- Extracting exif image data
imagehacker --extract <IMAGE FILE>
- Change GPS data
imagehacker --insert --gps "37.090240 -95.712891 800" <IMAGE FILE>
- Change date
imagehacker --insert --date "2020:11:25 14:31:21" <IMAGE FILE>
If you want to try the script, clone the exif-samples repo.