Steps to check the location for Imagemagick

kumkumsharma

Administrator
Staff member
To check the location for imagemagick:
  • Login to server as root.
  • After that run the below command:
Code:
which convert
In result you can get the path of imagemagick path.
 
Top