How to install imagemagick on server.

Started by Rahul Sambre, June 02, 2016, 06:55:57 PM

Previous topic - Next topic

Rahul Sambre

Hi,

Simply you can run below command on server. It will install imagemagick on server.

Quote/scripts/installimagemagick

you can confirm imagemagic path by using below command.

Quotewhich convert

Above command will show imagemagick path that is "/usr/bin/convert".

That's all  :)