What is the "standard" recommendation (if there is any) for the gaussian blur sigma to be used to reduce an image from, say, 512x512 down to 256x256?
(I'll check Turkowski but figured there may be someone on this list with a better recommendation.)
recommended Gaussian blur sigma for halving image dimensions
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
Re: recommended Gaussian blur sigma for halving image dimens
I think I answered my own question by reading Ken Turkowski's Filters for Common Resampling Tasks:
For halving, if you don't filter further, it depens on the phase.
sigma = 1/sqrt(2) if the phase is 0.
Possibly sigma = 1/2 if the phase is .5.
(Of course, I'm stll willing to read opinions.)
For halving, if you don't filter further, it depens on the phase.
sigma = 1/sqrt(2) if the phase is 0.
Possibly sigma = 1/2 if the phase is .5.
(Of course, I'm stll willing to read opinions.)
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: recommended Gaussian blur sigma for halving image dimens
You could also simply resize the image with a -filter Gaussian
Of course if you still want to define the sigma you can do that (with a recent version of IM)
http://www.imagemagick.org/Usage/resize/#filter_sigma
But even if your IM version is not recent enough, you can still modify the sigma by using the blur expert setting
http://www.imagemagick.org/Usage/resize/#filter_blur
Of course if you still want to define the sigma you can do that (with a recent version of IM)
http://www.imagemagick.org/Usage/resize/#filter_sigma
But even if your IM version is not recent enough, you can still modify the sigma by using the blur expert setting
http://www.imagemagick.org/Usage/resize/#filter_blur
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/