Create Imagick object times out in Wordpress template
Posted: 2012-11-05T02:43:44-07:00
Dear ImageMagick users,
I have build a simple test.php file to composite two images with Imagick. Everything works fine, but when I try to implement this in a Wordpress template file I get a time-out at the rule:
The exact error message is:
Thanks in advance,
Ferenc
I have build a simple test.php file to composite two images with Imagick. Everything works fine, but when I try to implement this in a Wordpress template file I get a time-out at the rule:
Code: Select all
$basemodel = new Imagick('images/base-model-1/shaded/base-model-1.png');
I've searched the internet and this forum, but haven't found a solution so far. I hope you guys can help me outImagickException: Imagick::__construct() [imagick.--construct]: Operation timed out in /Library/WebServer/Documents/sa2/wp-content/themes/twentyeleven/test.php on line 86
Thanks in advance,
Ferenc