- Clean exif information from the images
- Create json file with exif information from the original image
To clone and run this project, you'll need:
Local run from python
-
Firstly clone repo
git clone git@github.com:mrKazzila/exif_cleaner.git
-
Setup poetry
poetry config virtualenvs.in-project true poetry shell poetry install --only dev
-
Run script
python main.py [OPTIONS]
Parameters
Parameter | Type | Description | Required | Default value |
---|---|---|---|---|
--input-folder |
str |
Path to images folder. | True | - |
--output-folder |
str |
Path to folder where save images without exif data. | True | - |
--create-json |
bool |
Create Json file with exif image data. | False | True |
--clean-exif |
bool |
Clean exif from images. | False | True |
Examples
python main.py -i pictures -o pictures