photoprep: preserve "Subject" EXIF tag (contains digiKam tags)
This commit is contained in:
parent
db41a09d2a
commit
f5fb1ff81f
@ -23,7 +23,7 @@ local size=${o_size[2]}
|
||||
local format=${o_format[2]}
|
||||
|
||||
mkdir -p photoprep
|
||||
local jq_filter='.[0] | {"ImageDescription", "UserComment", "Comment", "Description", "Description-en-US", "Description-de-DE"}'
|
||||
local jq_filter='.[0] | {"ImageDescription", "UserComment", "Comment", "Description", "Description-en-US", "Description-de-DE", "Subject"}'
|
||||
for file in ${@}; do
|
||||
newfile=photoprep/${file##*/}
|
||||
newfile=${newfile%.*}.${format}
|
||||
|
Loading…
x
Reference in New Issue
Block a user