Skip to content

guillenjs/exif-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages