java-image-scaling
java-image-scaling copied to clipboard
ResampleFilter Mitchell and Hermite return "BSpline" in getName method
Hello, In package 'com.mortennobel.imagescaling'. Both classes MitchellFilter and HemiteFilter have this method:
public String getName() {
return "BSpline";
}
Can you please update ?