Skip to content

Instantly share code, notes, and snippets.

@Integralist
Last active May 26, 2025 15:59
Show Gist options
  • Save Integralist/a459a4951b5e9bca7d767d6d4f39dda2 to your computer and use it in GitHub Desktop.
Save Integralist/a459a4951b5e9bca7d767d6d4f39dda2 to your computer and use it in GitHub Desktop.
Image resize with ImageMagick #bash #shell #imagemagick #resize #image
brew install imagemagick
magick example.png -quality 70 optimised.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment