sharp: add "mitchell" kernel option

This commit is contained in:
Tomáš Szabo
2019-02-28 10:22:54 +01:00
parent 09b9ef4ff0
commit 19ed4efe6f
+1
View File
@@ -947,6 +947,7 @@ declare namespace sharp {
interface KernelEnum {
nearest: "nearest";
cubic: "cubic";
mitchell: "mitchell",
lanczos2: "lanczos2";
lanczos3: "lanczos3";
}