jhead: be quiet!

This commit is contained in:
sh+git@codevoid.de 2019-10-27 20:50:03 +00:00
parent eba64a2c23
commit 73c6645bcb
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ convert_raw() {
F="$1" # raw image
if ! [ -f "${F%%.*}_preview.jpg" ]; then
dcraw -e -c "$F" > "${F%%.*}_preview.jpg"
jhead -autorot "${F%%.*}_preview.jpg"
jhead -q -autorot "${F%%.*}_preview.jpg"
console "Raw Conversion: ${F%%.*}_preview.jpg"
fi
}