diff --git a/pages/common/magick-mogrify.md b/pages/common/magick-mogrify.md index 547261d24..ba18a361a 100644 --- a/pages/common/magick-mogrify.md +++ b/pages/common/magick-mogrify.md @@ -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}}`