bin:raw2preview: Add more tags to transfer
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user