java-image-scaling icon indicating copy to clipboard operation
java-image-scaling copied to clipboard

ResampleFilter Mitchell and Hermite return "BSpline" in getName method

Open smillien62 opened this issue 7 years ago • 0 comments

Hello, In package 'com.mortennobel.imagescaling'. Both classes MitchellFilter and HemiteFilter have this method:

public String getName() {
	return "BSpline";
}

Can you please update ?

smillien62 avatar Aug 25 '18 18:08 smillien62