Install GraphicsMagick on Ubuntu 18.04
sudo apt install software-properties-common -y | |
sudo add-apt-repository ppa:rwky/graphicsmagick -y | |
sudo apt update | |
sudo apt install graphicsmagick -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment