Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-04-07 14:50:18 +03:00
parent bffc2d32ac
commit d4ddffc3f7

View File

@ -142,7 +142,8 @@ JSON_NAME="%-:1d/${METADATA_DIR}/%f.json"
# - creates a file: $RAW-thumb.jpg # - creates a file: $RAW-thumb.jpg
# dcraw -c $RAW | pnmtojpeg -quality=90 > $JPG # dcraw -c $RAW | pnmtojpeg -quality=90 > $JPG
# - process raw and convert to jpeg (slow) # - process raw and convert to jpeg (slow)
# TODO ignore raw images located in the ARCHIVE_ROOT directly... # TODO ignore (or err on) raw images located in the ARCHIVE_ROOT directly...
# ...to avoid creating directories outside of $ARCHIVE_ROOT...
# XXX need to also copy jpg originals to the preview dir (things that # XXX need to also copy jpg originals to the preview dir (things that
# were shot in jpeg in-camera)... # were shot in jpeg in-camera)...