Command line utility to export exif data to a csv.
- Free software: MIT license
- Documentation: https://image-inspector.readthedocs.io.
- Iterates through a base directory to find .tif files.
- Outputs a CSV of EXIF tags for each .tif file.
- User can specify only a set list of tags to capture.
Basic Usage:
$ image-inspector .
Specifying a Directory:
$ image-inspector /test/sample_images
Filtering Exported Fields:
$ image-inspector . "Image XResolution" "Image YResolution"
User-defined Output File:
$ image-inspector . --inventory-file-name "images_2016"
Overwrite Existing Inventory Files:
$ image-inspector . --overwrite
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.