From 0feb57580a4fcbf7dee8dd6c4b5b30f50110e4d5 Mon Sep 17 00:00:00 2001 From: sdbs Terra Date: Thu, 22 Apr 2021 11:48:44 +0200 Subject: [PATCH] Automatic update, changed: --- pages/las.inkscape.authoring.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/las.inkscape.authoring.md b/pages/las.inkscape.authoring.md index 6e562ba..9ce44bc 100644 --- a/pages/las.inkscape.authoring.md +++ b/pages/las.inkscape.authoring.md @@ -53,4 +53,8 @@ mouse pointer --> edge - edge scrolling [fullscreen must be on] ## image optimizations +`parallel --lb --tag optipng -o 5 -i 1 ::: **/*.png` +- `parallel` = process in [parallel](https://www.gnu.org/software/parallel/) +- `-o 5` = ridiculously high optimization +- `-i 1` = turn on [interlacing](https://blog.codinghorror.com/progressive-image-rendering/)