mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Add support for the "mitchell" kernel for image reductions (#1438)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user