mirror of
https://git.sdbs.cz/sdbs/digital-garden-anabasis.git
synced 2025-02-08 19:31:09 +01:00
Automatic update, changed:
This commit is contained in:
parent
c883925fc4
commit
075793da05
1 changed files with 5 additions and 0 deletions
|
@ -56,8 +56,13 @@ mouse pointer --> edge - edge scrolling [fullscreen must be on]
|
||||||
|
|
||||||
|
|
||||||
## image optimizations
|
## image optimizations
|
||||||
|
|
||||||
|
### png
|
||||||
`parallel --lb --tag optipng -o 5 -i 1 ::: **/*.png`
|
`parallel --lb --tag optipng -o 5 -i 1 ::: **/*.png`
|
||||||
|
|
||||||
- `parallel` = process in [parallel](https://www.gnu.org/software/parallel/)
|
- `parallel` = process in [parallel](https://www.gnu.org/software/parallel/)
|
||||||
- `-o 5` = ridiculously high optimization
|
- `-o 5` = ridiculously high optimization
|
||||||
- `-i 1` = turn on [interlacing](https://blog.codinghorror.com/progressive-image-rendering/)
|
- `-i 1` = turn on [interlacing](https://blog.codinghorror.com/progressive-image-rendering/)
|
||||||
|
|
||||||
|
### jpeg
|
||||||
|
`parallel --lb --tag jpegoptim --all-progressive --force ::: **/*.jpg`
|
Loading…
Add table
Reference in a new issue