Skip to content

jasonracey/ExifReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExifReader

Tool for reading image file exif data and inserting it into a local SQLite instance.

Prerequisites (macOS)

$ brew install exiftool
$ brew install sqlite

Usage

$ ./run.sh "-p <path> [extension(s)]"

Examples (macOS)

To read exif data from all supported image files in my local Pictures directory:

$ ./run.sh "-p /Users/jasonracey/Pictures"

To read exif data from all .arw and .cr2 files in my local Pictures directory:

$ ./run.sh "-p /Users/jasonracey/Pictures arw cr2"

Exporting to csv

To export all photograph data from photographs.db to photographs.csv:

$ ./export-to-csv.sh

About

Tool for reading image file exif data and inserting it into a local SQLite instance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published