The python script deletes all the metadata from the image
What the program does?
- Takes image file(s) as input at the same time
- Deletes all the metadata from the image
Python 3
pip install -r requirements.txt
del_img_meta.py [-h] -f FILES [FILES ...]
DELETE METADATA IN IMAGES
optional arguments:
-h, --help show this help message and exit
-f FILES [FILES ...] Image File(s)