You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>Mitchell-Netravali. The <tt class="docutils literal">B</tt> and <tt class="docutils literal">C</tt> parameters can be set with
6280
6280
<tt class="docutils literal"><span class="pre">--scale-param1</span></tt> and <tt class="docutils literal"><span class="pre">--scale-param2</span></tt>. This filter is very good at
6281
6281
downscaling (see <tt class="docutils literal"><span class="pre">--dscale</span></tt>).</dd>
<dd>Catmull-Rom. A Cubic filter in the same vein as <tt class="docutils literal">mitchell</tt>, where
6284
+
the <tt class="docutils literal">B</tt> and <tt class="docutils literal">C</tt> parameters are <tt class="docutils literal">0.0</tt> and <tt class="docutils literal">0.5</tt> respectively.
6285
+
This filter is sharper than <tt class="docutils literal">mitchell</tt>, but it results in mild
6286
+
ringing. Like <tt class="docutils literal">mitchell</tt>, this filter is good at downscaling (see
0 commit comments