From b44cb7d4868a274e082d36a87cec95a0b4c62c56 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 20 Apr 2020 12:18:56 +0300 Subject: [PATCH] cwebp preset --- bin/bin/cwebp.sh | 3 +++ bin/bin/cwebpl.sh | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 bin/bin/cwebp.sh create mode 100755 bin/bin/cwebpl.sh diff --git a/bin/bin/cwebp.sh b/bin/bin/cwebp.sh new file mode 100755 index 0000000..274627e --- /dev/null +++ b/bin/bin/cwebp.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +cwebp -pass 10 -alpha_filter best -m 6 -mt $@ diff --git a/bin/bin/cwebpl.sh b/bin/bin/cwebpl.sh new file mode 100755 index 0000000..f92ee69 --- /dev/null +++ b/bin/bin/cwebpl.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +cwebp -pass 10 -alpha_filter best -m 6 -mt -q 100 -lossless $@ -- 2.44.0