mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Add support for the "nearest" kernel for image reductions (#732)
This commit is contained in:
committed by
Lovell Fuller
parent
8b5d8a0577
commit
72f69dda30
@@ -8,6 +8,7 @@ const fixtures = require('../fixtures');
|
||||
describe('Interpolators and kernels', function () {
|
||||
describe('Reducers', function () {
|
||||
[
|
||||
sharp.kernel.nearest,
|
||||
sharp.kernel.cubic,
|
||||
sharp.kernel.lanczos2,
|
||||
sharp.kernel.lanczos3
|
||||
|
||||
Reference in New Issue
Block a user