Search found 2 matches

by bee
2014-04-18T09:02:13-07:00
Forum: IMagick
Topic: Problem with imagick in php code
Replies: 3
Views: 10567

Re: Problem with imagick in php code

I saw someone success will have imagick in phpinfo.php, Why mine no display imagick in my phpinfo()? Should I install in the path of Xampp?
But I tried before same case happened ?

Anyone can help me?
by bee
2014-04-18T08:30:00-07:00
Forum: IMagick
Topic: Problem with imagick in php code
Replies: 3
Views: 10567

Problem with imagick in php code

Hi,

I have code as below, but display Fatal error: Class 'Imagick' not found in C:\xampp\htdocs\
putenv(getenv('PATH').':/usr/local/bin');
// Read
$img = new imagick($pdf.'[0]');
// Convert to png
$img->setImageFormat('png');
$img->writeImages($png, false);

Can someone help me?

1. I have ...