t* Simple Justified Gallery
       
   URI git clone git://git.codevoid.de/mkpicindex
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 85a559f02548b1e9984507779974c92b185c0e2a
   DIR parent d765880de0c9942070f36aa2a4055e33ae86fcdd
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Sun, 27 Oct 2019 21:50:03 +0100
       
       jhead: be quiet!
       
       Diffstat:
         M mkpicindex-static.sh                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/mkpicindex-static.sh b/mkpicindex-static.sh
       t@@ -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
        }