]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/cached-converter.sh
fix use of imagemagick :(
[xonotic/xonotic.git] / misc / tools / cached-converter.sh
index 83a307844b353e5a16674bcb6c2b69c455ad549b..e89a0f1890e63057d15c5fb28f42431c2b10b84d 100755 (executable)
@@ -158,7 +158,7 @@ reduce_rgb_jpeg()
 {
        i=$1; shift; shift
        o=$1; shift; shift
-       convert "$i" "$o" && \
+       convert "$i" -quality 100 "$o" && \
        jpegoptim --strip-all -m"$1" "$o"
 }