MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
I need to use custom effect loaded from dynamic modules, sadly I can only did it using MagickCore interface, because seems other API don't allow to use custom filters.
Does MagickWand provides a way to use custom filters?