ImageGrid/legacy/scripts/extract-metadata.sh
Alex A. Naanou 5f47d6da7b restructured the repo moving the legacy out of the way...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2020-08-28 17:32:02 +03:00

10 lines
217 B
Bash
Executable File

#!/bin/bash
# extract hi-res previews...
#exiftool -b -JpgFromRaw -w "%-:1d/hi-res (RAW)/%f.jpg" -ext NEF -r .
# extract metadata in JSON format...
exiftool -j -w "%-:1d/metadata/%f.json" -ext NEF -r . -progress