Automatic update, changed:

This commit is contained in:
sdbs Terra 2021-04-22 11:48:44 +02:00
parent 91b5a1a5d1
commit 0feb57580a

View file

@ -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/)