[magick-users] -unsharp radius ?

omicronpersei8 at imagemagick.org omicronpersei8 at imagemagick.org
Thu Jun 7 09:50:01 PDT 2007


> Question is how does IM go about determining an appropriate radius?

See GetOptimalKernelWidth1D() in magick/gems.c.  We perform a numerical
integration until the contribution of the kernel is near zero for the
particular quantum depth (normally 8, 16, or 32).


More information about the Magick-users mailing list