calling imagick_blob2image - undefined function error

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: calling imagick_blob2image - undefined function error

Post by Bonzo »

I know nothing about Imagick but there is another section on the forum main page for that. Have a look and see if there is anything in there that looks similar to your code.
I would also check out the Imagick site for more info.
mkoppanen
Posts: 309
Joined: 2007-06-09T07:06:32-07:00

Re: calling imagick_blob2image - undefined function error

Post by mkoppanen »

Imagick 2.x supports only the object oriented interface. Please use 0.9.x series if you need the procedural approach.
Mikko Koppanen
My blog: http://valokuva.org
Post Reply