How to check ImageMagick Version on your Linux Server

How to check ImageMagick Version Installed on your Linux Server

 

ImageMagick is used on cPanel/Linux servers to edit, convert, create bitmap images.

1. Log into your Linux server via ssh as root

2. Type the below command to check the ImageMagick version

 

root@server [~]# /usr/bin/convert –version
Version: ImageMagick 6.7.2-7 2016-06-16 Q16
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP

 

OR try the below

 

root@server [~]# /usr/local/bin/convert –version
Version: ImageMagick 6.7.2-7 2016-06-16 Q16
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP

 

Or try the below command

 

root@server [~]# convert –version
Version: ImageMagick 6.7.2-7 2016-06-16 Q16
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP

 
ImageMagick version on the above server is 6.7.2-7. If you get the error “/usr/bin/convert : No such file or directory” OR “-bash: convert: command not found” it means ImageMagick is not installed on the linux server.

 

root@server [~]# /usr/bin/convert –version
-bash: /usr/bin/convert: No such file or directory

root@server [~]# convert –version
-bash: convert: command not found

 
ImageMagick is not installed on the above server

Comments

  • signature maker
    February 15, 2017 at 12:13 am

    nice works