Upgrade to libvips v8.17.2

This commit is contained in:
Lovell Fuller
2025-09-14 12:22:27 +01:00
parent 6d4d44e2fa
commit 93b814f849
15 changed files with 31 additions and 29 deletions

View File

@@ -43,7 +43,7 @@ describe('Median filter', function () {
.raw()
.toBuffer();
assert.deepStrictEqual(data.subarray(0, 6), Buffer.from([0, 3, 15, 15, 63, 127]));
assert.deepStrictEqual(data.subarray(0, 6), Buffer.from(row));
});
it('invalid radius', () => {