mirror of
https://gitlab.com/sdbs_cz/digital-garden-anabasis.git
synced 2025-01-22 22:57:05 +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
|
||||
|
||||
### 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`
|
Loading…
Reference in a new issue