Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
kimert
Post
by kimert » 2008-12-22T20:26:27-07:00
phpcode:
MagickDistortImage($resource,AffineProjectionDistortion, 6,set_rotate_affine(r,90), MagickTrue);
error:
Fatal error: Call to undefined function MagickDistortImage() in ...
Why?
phpinfo();
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2008-12-22T20:57:52-07:00
MagickDistortImage() is supported by the MagickWand C API but not the MagickWand for PHP wrapper. It might be supported in the IMagick PHP wrapper.
kimert
Post
by kimert » 2008-12-22T21:38:00-07:00
How to use PHP to achieve MagickDistortImage () results?
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2008-12-22T21:55:22-07:00
Until we get MagickDistortImage() into MagickWandForPHP, use distorts by calling the convert program from PHP.
Users browsing this forum: Amazon [Bot] , Google [Bot] and 7 guests