mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8e3be4cfc5
commit
7253cd5246
@ -54,13 +54,13 @@ _exifup(){
|
|||||||
# XXX
|
# XXX
|
||||||
for img in "${imgs[@]}" ; do
|
for img in "${imgs[@]}" ; do
|
||||||
local name="${img%.jpg}"
|
local name="${img%.jpg}"
|
||||||
local targets=($(find . -name "${name}.ARW"))
|
local targets=("$(find . -name "${name}.ARW")")
|
||||||
if [[ ${#targets[@]} > 1 ]] ; then
|
if [[ ${#targets[@]} > 1 ]] ; then
|
||||||
# XXX multiple candidates -> select one...
|
# XXX multiple candidates -> select one...
|
||||||
# XXX
|
# XXX
|
||||||
fi
|
fi
|
||||||
# XXX
|
# XXX
|
||||||
exiv2 ex ${target[0]}
|
exiv2 ex "${target[0]}"
|
||||||
mv "${target[0]%.ARW}.exv" .
|
mv "${target[0]%.ARW}.exv" .
|
||||||
exiv2 -k in "${img}"
|
exiv2 -k in "${img}"
|
||||||
rm -f *.exv
|
rm -f *.exv
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user