# Commands ## Image compression ```bash magick source.jpg -strip -interlace Plane -gaussian-blur 0.05 -quality 85% result.jpg ``` * [command source](https://stackoverflow.com/questions/7261855/recommendation-for-compressing-jpg-files-with-imagemagick) * [image resizing](https://legacy.imagemagick.org/Usage/resize/)