]> Sergey Matveev's repositories - dotfiles.git/blobdiff - img/bin/transcode-jpg.sh
I prefer -d now instead of -q
[dotfiles.git] / img / bin / transcode-jpg.sh
index fab9e38a94eac84853680f7ef0b6470b7a0deae7..f974f161ae0abf3788c91ff8cc295226baf83a68 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh -e
 
 jpegtran -optimize -progressive -perfect -copy all "$1" |
-    cjxl - "${1%.*}.jxl" -q 100 -e 9
+    cjxl - "${1%.*}.jxl" -0 -e 9
 [ -s "${1%.*}.jxl" ]