Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 727 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 727 Bytes

Exif Editor

Script that can be used to add exif data to images. This specific script can update the title field but can be adapted for any other exif field.

Installaton

Clone repo:

git clone [email protected]:guillenjs/exif-editor.git

Requires exiftool to be installed on machine:

Running Script

Command:

python3 update_exif.py 

Script requires three inputs. The csv path, image folder path, and the output folder path. Example:

Enter path to CSV:
    sample.csv
Enter path to images:
    ./images
Enter output path for new images:
    ./images/edited

exif-editor