Page 1 of 1

-blur Width[xHeight[+Angle]]

Posted: 2016-08-12T01:00:04-07:00
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.

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

Posted: 2016-08-12T09:48:11-07:00
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.

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

Posted: 2016-08-12T17:55:41-07:00
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".

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

Posted: 2016-08-12T19:25:07-07:00
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.

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

Posted: 2016-08-13T04:40:42-07:00
by magick
Fixed. Allow 24 hours for the change to mirror world-wide.