Re: Improving sigmoidal image resampling (enlargement)
Posted: 2014-06-29T12:17:23-07:00
Another result (EWA Lanczos through gamma 2.5) here: http://www.dpreview.com/forums/post/53939045
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://download.imagemagick.org/discourse-server/
https://download.imagemagick.org/discourse-server/viewtopic.php?t=25736
Code: Select all
-gamma 3 -distort Resize 800% -gamma .33333333333333
Code: Select all
-set colorspace sRGB -colorspace RGB -gamma 3 -distort Resize 800% -gamma .33333333333333 -colorspace sRGB