A chubby question: What is the ImageMagick binary? I cant install Gallery 2.0 plugin for wordpress without it :(
A chubby question: What is the ImageMagick binary? I cant install Gallery 2.0 plugin for wordpress without it :(
It's something thats added to PHP that allows for certain image manipulation.
The location of ImageMagick, and whether or not it's even installed is up to your host.
Thanks. :) Is there a way I can find out whether or not its installed?
yes, create a phpinfo,
make a file on your desktop, put this in it:
<?php phpinfo(); ?>
save and name that file something that ends in .php (like blah.php)..
Upload the file to your web space, and load the file in your browser.
ya know, like http://www.yourdomain.com/blah.php ...
that will tell you if its compiled into PHP.
----------
you can also just download one of the test scripts .. see this page:
This topic has been closed to new replies.