-blur Width[xHeight[+Angle]]

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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

-blur Width[xHeight[+Angle]]

Post by snibgo »

The documentation http://www.imagemagick.org/script/comma ... s.php#blur includes:
-blur Width[xHeight[+Angle]]

Variably blur an image according to the overlay mapping.
But this doesn't work. "-blur 1x5+45" gives exactly the same result as "-blur 1x5", which is radius 1 sigma 5.

And if the angle is optional, there is no way for IM to distinguish WidthxHeight from RadiusxSigma.

I don't know if the "-blur Width[xHeight[+Angle]]" version is an old command, or an aspiration, or what.
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: -blur Width[xHeight[+Angle]]

Post by fmw42 »

I think this is really for -compose blur at http://www.imagemagick.org/Usage/mapping/#blur. The only thing that is missing in the documentation is to associate it with a -compose method.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: -blur Width[xHeight[+Angle]]

Post by snibgo »

Including it under "-set" or "-define" would be fair enough. But it is listed as a standalone option with a "-" in front of it.

But this is wrong. There is no option "-blur WidthxHeight+Angle".
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: -blur Width[xHeight[+Angle]]

Post by fmw42 »

You are correct. But I am not sure how to fix that. It is documented at http://www.imagemagick.org/script/compose.php. So perhaps it just should be removed from the "convert" methods list all together.

If magick agrees, then I can just remove it.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: -blur Width[xHeight[+Angle]]

Post by magick »

Fixed. Allow 24 hours for the change to mirror world-wide.
Post Reply