Search found 1 match

by systemsim
2011-10-24T05:42:34-07:00
Forum: Bugs
Topic: MagickSetImageClipMask
Replies: 1
Views: 3902

MagickSetImageClipMask

There are a couple of trivial errors where wand is used instead of clip_mask in MagickSetImageClipMask (wand/magick-image.c). The version is ImageMagick-6.6.5-7 on CentOS 5.6. The second: if (wand->debug != MagickFalse) should be if (clip_mask->debug != MagickFalse) And the line: ThrowWandException(...