The python script gets all the metadata from the image
What the program does?
- Takes image file(s) as input at the same time
- Gets all the metadata from the image
Python3.6+
pip install -r requirements.txt
img_meta.py [-h] -f FILES [FILES ...]
EXTRACT METADATA IN IMAGES
optional arguments:
-h, --help show this help message and exit
-f FILES [FILES ...] Image File(s)
Any kind of contributions are welcome
- Fork the project
- Commit your changes
- Open a pull request