Skip to content

Instantly share code, notes, and snippets.

@Integralist
Created January 2, 2025 15:47
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