InvokeDynamicImageFilter wrapper?

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
xt5

InvokeDynamicImageFilter wrapper?

Post by xt5 »

Hi,
I'm new to ImageMagick, and have a question regards IMagick as PHP binding.

I've already successfully created my custom filter as a dynamic module, compiled and tested it in plain C with MagickCore, and works OK.
The problem is that I'm using the InvokeDynamicImageFilter with MagickCore, but I don't know how to do it in IMagick/PHP.

BTW, in the documentation it says you have to use the ExecuteModuleProcess function, but I can't find it anywhere.

is there a way to call custom modules in Ruby?

--xt5
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: InvokeDynamicImageFilter wrapper?

Post by magick »

InvokeDynamicImageFilter() is not currently supported in iMagick. Do to http://pecl.php.net/package/imagick and contact the iMagick author.
Post Reply