jhead: be quiet!
This commit is contained in:
parent
eba64a2c23
commit
73c6645bcb
@ -96,7 +96,7 @@ convert_raw() {
|
|||||||
F="$1" # raw image
|
F="$1" # raw image
|
||||||
if ! [ -f "${F%%.*}_preview.jpg" ]; then
|
if ! [ -f "${F%%.*}_preview.jpg" ]; then
|
||||||
dcraw -e -c "$F" > "${F%%.*}_preview.jpg"
|
dcraw -e -c "$F" > "${F%%.*}_preview.jpg"
|
||||||
jhead -autorot "${F%%.*}_preview.jpg"
|
jhead -q -autorot "${F%%.*}_preview.jpg"
|
||||||
console "Raw Conversion: ${F%%.*}_preview.jpg"
|
console "Raw Conversion: ${F%%.*}_preview.jpg"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user