filters: remove incorrectly named bcspline alias
1 unresolved thread
1 unresolved thread
Hermite is its own filter where B=C=0. This just causes confusion and Hermite isn't exactly a popular filter, so remove this altogether because it's trivial to set B and C params to 0 anyway.
Merge request reports
Activity
Filter activity
We should probably re-add this with the proper constants (B=C=0) and radius (R=1, it seems) and maybe also fix default
bcspline
to match the (B=1, C=0) configuration that ImageMagick calls just "CubicFilter".Edited by Niklas Haas
mentioned in merge request !587 (merged)