filters: fix B and C params for bcspline and add pl_filter_function_hermite
- Sep 18, 2023
-
-
llyyr authored4e438205
-
llyyr authored
This matches HermiteFilter from ImageMagick (B=C=0 and R=1). Make it a recommended frame mixer, as well as the default for the high quality profile instead of clamped mitchell.
698ee553 -
llyyr authored
Changes params for bcspline/cubic filter function to B=1, C=0 to match CubicFilter in ImageMagick. Since the new bcspline params ended up making it the same as bicubic, merge the two as pl_filter_function_cubic and add both as an alias to cubic. This also removes pl_filter_function_{bicubic, bcspline, catmull_rom, mitchell, robidoux, robidouxsharp}.
dcd5b75b
-