Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.43 KB

README.md

File metadata and controls

48 lines (39 loc) · 1.43 KB

ImageHacker

Tool for extract and edit exif image data! Developed in Python3 using Pillow and piexif libs.

CodeFactor

How to install

  • Clone the repo
git clone https://github.com/ReddyyZ/ImageHacker
  • Install
python3 install.py
  • Try on!
imagehacker --extract example.jpg

How to use

  • 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>

Images samples

If you want to try the script, clone the exif-samples repo.


</> by ReddyyZ