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%
How do I get "-selective-blur" work with imgs of any size?
-
- Posts: 12
- Joined: 2011-07-03T04:02:30-07:00
- Authentication code: 8675308
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How do I get "-selective-blur" work with imgs of any siz
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.my command: -selective-blur 4x6+09%