Answer the question
In order to leave comments, you need to log in
Make PHP friends with GraphicsMagick under Ubuntu?
A question. I'm trying to use graphicsmagick
on a local Apache server on Ubuntu 10.10 I downloaded it, compiled it,
it works
in the console ,
then I installed the PHP extension
sudo pecl install gmagick-beta
phpinfo () shows that everything is OK
gmagick version 1.0.8b1
And the codegm -convert -scale 200 big_img.JPG out.jpg
$image = new Gmagick();<br/>
$file = 'big_img.JPG';<br/>
$image->readImage($file);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question