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 #!/usr/bin/env bash
TAGS_TO_TRANSFER=( TAGS_TO_TRANSFER=(
-Make
-Model
-ModifyDate
-Artist
-Copyright
-Orientation -Orientation
-CreateDate -CreateDate
-ExposureTime -ExposureTime
-FNumber -FNumber
-ISO -ISO
-DateTimeOriginal
-ShutterSpeedValue
-ApertureValue
-Flash
-FocalLength -FocalLength
) )
FOLDER="./JPGs" FOLDER="./JPGs"