Snippets
Version of Imagemagick installed ( Anthony 15/6/2008 )
This will display the installed version of Imagemagick.
IM code:
<?php
echo "<pre>";
system("convert -version");
echo "</pre>";
?>
Version of Imagemagick installed ( Anthony 15/6/2008 )
This will display the installed version of Imagemagick.
IM code:
<?php
echo "<pre>";
system("convert -version");
echo "</pre>";
?>