diff --git a/mkpicindex-static.sh b/mkpicindex-static.sh index 8056470..ed32e76 100755 --- a/mkpicindex-static.sh +++ b/mkpicindex-static.sh @@ -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 }