techark

Well-Known Member
May 22, 2002
277
0
316
Anyone know how I can find out the version of GD and ImageMagick on a server?
 
O

ozzi4648

Guest
[quote:adb4113c45][i:adb4113c45]Originally posted by techark[/i:adb4113c45]

Anyone know how I can find out the version of GD and ImageMagick on a server?

[/quote:adb4113c45]

locate gd
 

parhelic

Well-Known Member
Oct 27, 2002
47
0
156
You should be able to tell your version of GD from a phpinfo.php :

<?php
phpinfo();
?>

There will be a table for GD, if its been compiled into PHP, where it lists the version. It'll probably be 2.0.x unless you havent upgraded in awhile.

Imagemagick doesnt come installed by default, so you would have installed it so your imagemagick utilities are either in /usr/bin or /usr/local/bin:

You could check version with this command:

# /usr/bin/convert --version
Version: ImageMagick 5.5.5 03/01/03 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 2003 ImageMagick Studio LLC