Automatic update, changed:

This commit is contained in:
sdbs Terra 2021-04-23 13:22:51 +02:00
parent c883925fc4
commit 075793da05

View file

@ -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`