Created
January 2, 2025 15:47
-
-
Save Integralist/a459a4951b5e9bca7d767d6d4f39dda2 to your computer and use it in GitHub Desktop.
[Image resize with ImageMagick] #bash #shell #imagemagick #resize #image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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