phpcode:
MagickDistortImage($resource,AffineProjectionDistortion, 6,set_rotate_affine(r,90), MagickTrue);
error:
Fatal error: Call to undefined function MagickDistortImage() in ...
Why?
phpinfo();
[Help]MagickDistortImage()
Re: [Help]MagickDistortImage()
MagickDistortImage() is supported by the MagickWand C API but not the MagickWand for PHP wrapper. It might be supported in the IMagick PHP wrapper.
Re: [Help]MagickDistortImage()
Until we get MagickDistortImage() into MagickWandForPHP, use distorts by calling the convert program from PHP.