Page 1 of 1

How do I get "-selective-blur" work with imgs of any size?

Posted: 2012-01-10T01:36:14-07:00
by dev.alex89
How do I get "-selective-blur" work with images of any size?
How do I get the same effect with an image of size <800px and more, like (2600px)?
my command: -selective-blur 4x6+09%

Re: How do I get "-selective-blur" work with imgs of any siz

Posted: 2012-01-10T12:09:58-07:00
by fmw42
my command: -selective-blur 4x6+09%
I suggest you don't supply both radius and sigma as in your case your sigma is bigger than your radius, thus the gaussian effect will be cut off before tapering significantly. It is generally best to use 0xsigma and let IM figure out the best radius size for the given sigma.