[Home] >  Bash >  Compress Images

Compress Images

First install imagemagick

Use this command to install. You'll also get the convert binary which is what you'd use.

brew install imagemagick

Example Command

convert <image> -quality 30% IMG20220517163515-2.jpg

Reference Links