From 075793da058cde8140859d2229485593de436820 Mon Sep 17 00:00:00 2001 From: sdbs Terra Date: Fri, 23 Apr 2021 13:22:51 +0200 Subject: [PATCH] Automatic update, changed: --- pages/las.inkscape.authoring.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/las.inkscape.authoring.md b/pages/las.inkscape.authoring.md index 6881f56..47cf4c7 100644 --- a/pages/las.inkscape.authoring.md +++ b/pages/las.inkscape.authoring.md @@ -56,8 +56,13 @@ mouse pointer --> edge - edge scrolling [fullscreen must be on] ## image optimizations + +### png `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/) + +### jpeg +`parallel --lb --tag jpegoptim --all-progressive --force ::: **/*.jpg` \ No newline at end of file