Page 1 of 1

InvokeDynamicImageFilter wrapper?

Posted: 2010-07-07T23:39:25-07:00
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

Re: InvokeDynamicImageFilter wrapper?

Posted: 2010-07-08T05:08:51-07:00
by magick
InvokeDynamicImageFilter() is not currently supported in iMagick. Do to http://pecl.php.net/package/imagick and contact the iMagick author.