Search found 17 matches

by mrBlaQ
2008-02-05T12:57:16-07:00
Forum: MagickWand for PHP
Topic: MagickSetImageOpacity is an undefined function
Replies: 3
Views: 16982

MagickSetImageOpacity is an undefined function

I'm using MagickWand 1.0.6 as a php extension on FreeBSD with a PHP version of 5.2.4. My ImageMagic version is 6.3.6 As stated in the topic MagickSetImageOpacity is undefined in my context. Any other MW functions I've tried work as expected. If this function does indeed exist, what is the proper way...
by mrBlaQ
2008-02-05T12:26:10-07:00
Forum: MagickWand for PHP
Topic: ImageMagik filling my temp dir
Replies: 4
Views: 26661

Re: ImageMagik filling my temp dir

Try checking your php error logs for 'time limit exceeded' messages (your exact wording may vary) Perhaps these temp files are left over from dead processes that took too long to resize or whatever other operation you're dealing with.