MagickCompositeImage BlurCompositeOp UndefinedException
Posted: 2011-01-25T17:07:19-07:00
I'm attempting to use the BlurCompositeOp composition method on the iPhone build (ImageMagick 6.6.7-0 2011-01-13 Q8 http://www.imagemagick.org).
status = MagickCompositeImage(magick_wand, clone, BlurCompositeOp, 0, 0);
status is always MagickFalse, the severity is UndefinedException and the description is empty. (well, the debugger shows it as "0 '\000'")
Over op works fine, but obviously doesnt get me where I want to go.
(I'm attempting to recreate the tilt-shift effect like http://www.imagemagick.org/Usage/photos/#tilt_shift)
Any help would be greatly appreciated. I'm pretty new to the MagickWand API. I wouldn't mind using the commandline converter, but I need to be able to populate the wand with the image bits, not have it read from a file.
Thanks!
status = MagickCompositeImage(magick_wand, clone, BlurCompositeOp, 0, 0);
status is always MagickFalse, the severity is UndefinedException and the description is empty. (well, the debugger shows it as "0 '\000'")
Over op works fine, but obviously doesnt get me where I want to go.
(I'm attempting to recreate the tilt-shift effect like http://www.imagemagick.org/Usage/photos/#tilt_shift)
Any help would be greatly appreciated. I'm pretty new to the MagickWand API. I wouldn't mind using the commandline converter, but I need to be able to populate the wand with the image bits, not have it read from a file.
Thanks!