Skip to content

ReddyyZ/ImageHacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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