This is my project to extract Base , EXIF and GPS data if available from images.
-
Go to the Code folder
-
Compile using gcc latest version by the command :
gcc exif.c search.c -o exif -Wall -Werror -
Run using :
./exif [imgFile]
To report bugs, mail me on : [email protected]
OR
Open an Issue in this repo.