Version of Imagemagick installed


<?php
echo "<pre>";
system("convert -version");  
echo "</pre>";
?>

This will display the installed version of Imagemagick.