Add support for the "mitchell" kernel for image reductions (#1438)

This commit is contained in:
Daiz
2018-10-28 17:11:27 +02:00
committed by Lovell Fuller
parent 95ef6b3f71
commit 1fa388370e
6 changed files with 13 additions and 2 deletions

View File

@@ -497,6 +497,7 @@ describe('Resize dimensions', function () {
[
sharp.kernel.nearest,
sharp.kernel.cubic,
sharp.kernel.mitchell,
sharp.kernel.lanczos2,
sharp.kernel.lanczos3
].forEach(function (kernel) {