possible bug -mask with -selective-blur IM 6.7.8.9

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

possible bug -mask with -selective-blur IM 6.7.8.9

Post by fmw42 »

IM 6.7.8.9 Q16 Mac OSX SnowLeopard

-mask does not seem to work correctly with -selective-blur, but does work with -blur

Input:
Image

Mask:
Image


convert makeup_before.jpg -mask makeup_mask.gif -selective-blur 0x2+20% +mask makeup_before_test1.jpg

Image
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug -mask with -selective-blur IM 6.7.8.9

Post by magick »

We can reproduce the problem you posted and have a patch pending for ImageMagick 6.7.8-10 Beta. Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug -mask with -selective-blur IM 6.7.8.9

Post by fmw42 »

magick wrote:We can reproduce the problem you posted and have a patch pending for ImageMagick 6.7.8-10 Beta. Thanks.

Seems to be working correctly in the 6.7.8-10 Beta. Thanks.
Post Reply