Skip to content

Instantly share code, notes, and snippets.

@MichaelCurrin
Last active May 25, 2020 08:42
Show Gist options
  • Save MichaelCurrin/32b88b2c70c59832c922bcf03bdc08c3 to your computer and use it in GitHub Desktop.
Save MichaelCurrin/32b88b2c70c59832c922bcf03bdc08c3 to your computer and use it in GitHub Desktop.
How to install GraphicsMagick

GraphicsMagick

Features:

  • Resize
  • Crop
  • Change colors
  • Animate
  • Create montages
  • Compare images
  • Mirror

macOS

$ brew install graphicsmagick

Debian/Ubuntu

Install with apt-get. source

$ sudo apt-get update
$ sudo apt-get install graphicsmagick

If you have trouble, install dev dependencies. source

sudo apt-get install python-software-properties
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:rwky/graphicsmagick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment