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

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
dev.alex89
Posts: 12
Joined: 2011-07-03T04:02:30-07:00
Authentication code: 8675308

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

Post 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%
User avatar
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

Post 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.
Post Reply