]> Sergey Matveev's repositories - dotfiles.git/commitdiff
cwebp preset
authorSergey Matveev <stargrave@stargrave.org>
Mon, 20 Apr 2020 09:18:56 +0000 (12:18 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 20 Apr 2020 12:38:15 +0000 (15:38 +0300)
bin/bin/cwebp.sh [new file with mode: 0755]
bin/bin/cwebpl.sh [new file with mode: 0755]

diff --git a/bin/bin/cwebp.sh b/bin/bin/cwebp.sh
new file mode 100755 (executable)
index 0000000..274627e
--- /dev/null
@@ -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 (executable)
index 0000000..f92ee69
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+cwebp -pass 10 -alpha_filter best -m 6 -mt -q 100 -lossless $@