Search found 2 matches
- 2011-03-13T11:43:45-07:00
- Forum: Users
- Topic: MagickCompositeImage BlurCompositeOp UndefinedException
- Replies: 8
- Views: 14509
Re: MagickCompositeImage BlurCompositeOp UndefinedException
Thanks, that's what i was missing! I got it to work before by just creating a blurred version, alpha-ing out some of it using the gradient, then using regular OverCompositeOp to combine blurred and original. // create blurred version MagickWand * blurred = CloneMagickWand( aMagickWand ); status ...
- 2011-03-11T19:56:36-07:00
- Forum: Users
- Topic: MagickCompositeImage BlurCompositeOp UndefinedException
- Replies: 8
- Views: 14509
Re: MagickCompositeImage BlurCompositeOp UndefinedException
Hi has anyone had any luck with this, I ran into the same problem - actually trying to achieve the same effect as well