mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:42:09 +02:00
magick-mogrify: add gif optimization (#14854)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
a49e73b789
commit
b280d37776
1 changed files with 4 additions and 0 deletions
|
@ -24,3 +24,7 @@
|
|||
- Double the brightness of all image files in the current directory:
|
||||
|
||||
`magick mogrify -modulate {{200}} {{*}}`
|
||||
|
||||
- Reduce file sizes of all GIF images in the current directory by reducing quality:
|
||||
|
||||
`magick mogrify -layers 'optimize' -fuzz {{7%}} {{*.gif}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue