From: Sergey Matveev Date: Mon, 27 Mar 2023 10:42:36 +0000 (+0300) Subject: Seems that -e 9 enables -P 15 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=500f39cb7053660fff909ad02b13923a6a944878;p=dotfiles.git Seems that -e 9 enables -P 15 --- diff --git a/img/bin/my-jxll b/img/bin/my-jxll index 89f546e..71d768b 100755 --- a/img/bin/my-jxll +++ b/img/bin/my-jxll @@ -12,7 +12,7 @@ webp) dwebp -mt -quiet -o $tmp.pnm $1 ;; exit 1 esac -common=(--quiet --distance=0 --effort=9 --brotli_effort=11 --modular_predictor=15) +common=(--quiet --distance=0 --effort=9 --brotli_effort=11) prev=$(( 1 << 62 )) best="" zmodload -F zsh/stat b:zstat