bin:raw2preview: Add more tags to transfer

This commit is contained in:
2023-06-21 13:37:53 +02:00
parent 97f50919ec
commit 5d0616c34f

View File

@@ -1,11 +1,20 @@
#!/usr/bin/env bash
TAGS_TO_TRANSFER=(
-Make
-Model
-ModifyDate
-Artist
-Copyright
-Orientation
-CreateDate
-ExposureTime
-FNumber
-ISO
-DateTimeOriginal
-ShutterSpeedValue
-ApertureValue
-Flash
-FocalLength
)
FOLDER="./JPGs"