Skip to content

A simple command-line tool that exports exif information as json

License

Notifications You must be signed in to change notification settings

garethl/exif-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exif-json

A simple command-line tool that exports exif information as json. The json is a flat map of key / values and is pretty-printed and dumped into stdout.

Usage

exif-json <image-file>

The json will be dumped into stdout.

Notes

The code in this package is a simple wrapper. The code is rust, so you'll need rust setup to compile it. kamadak-exif is used to parse out the exif data, and serde_json is used to generate the json.

About

A simple command-line tool that exports exif information as json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages