haasn / libplacebo

Official mirror of libplacebo

Home Page:http://libplacebo.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adjust Cubic Hermite's BC parameters to the correct values.

Isaacx123 opened this issue · comments

commented

Currently, Hermite BC values are B=0.5, C=0.5 when both should be B=0, C=0.

Link to filter function.

Reference:
Imagemagick Cubic B,C Expert Controls

commented

In addition to the b/c values, the filter radius is 2.0, but Hermite only has a single positive lobe.

commented

The filter has a merge request, closing the issue now.