PhrostByte
14th April 2011, 20:55
Hello all, I made this page for ResampleHQ (http://forum.doom9.org/showthread.php?p=1484392) but really it's useful for anyone choosing any of Avisynth's built-in resizers too so I thought I'd post it here in its own topic.
It visualizes the different kernels in attempt to show different features such as blurring, sharpness, and ringing. Start with one kernel and if you think it rings your source too much, look for a similar one without ringing, and so on.
http://svn.int64.org/viewvc/int64/resamplehq/doc/kernels.html
Requires a browser with HTML5 Canvas support. Latest Chrome, FF, and IE9 should all work fine.
Notes:
Catmull-Rom is BicubicResize(b=0.0, c=0.5)
Hermite is BicubicResize(b=0.0, c=0.0)
Mitchell-Netravali is BicubicResize()
Robidoux is BicubicResize(b=0.3782, c=0.3109)
SoftCubic50 is BicubicResize(b=0.5, c=0.5)
SoftCubic100 is BicubicResize(b=1.0, c=0.0)
It visualizes the different kernels in attempt to show different features such as blurring, sharpness, and ringing. Start with one kernel and if you think it rings your source too much, look for a similar one without ringing, and so on.
http://svn.int64.org/viewvc/int64/resamplehq/doc/kernels.html
Requires a browser with HTML5 Canvas support. Latest Chrome, FF, and IE9 should all work fine.
Notes:
Catmull-Rom is BicubicResize(b=0.0, c=0.5)
Hermite is BicubicResize(b=0.0, c=0.0)
Mitchell-Netravali is BicubicResize()
Robidoux is BicubicResize(b=0.3782, c=0.3109)
SoftCubic50 is BicubicResize(b=0.5, c=0.5)
SoftCubic100 is BicubicResize(b=1.0, c=0.0)