Remove centreSampling option, update some expected test fixtures

See https://github.com/jcupitt/libvips/issues/705
This commit is contained in:
Lovell Fuller
2017-11-26 13:49:48 +00:00
parent 6aa214181b
commit 2a18b9a8f7
19 changed files with 7 additions and 55 deletions

View File

@@ -13,7 +13,7 @@ describe('Partial image extraction', function () {
if (err) throw err;
assert.strictEqual(20, info.width);
assert.strictEqual(20, info.height);
fixtures.assertSimilar(fixtures.expected('extract.jpg'), data, { threshold: 8 }, done);
fixtures.assertSimilar(fixtures.expected('extract.jpg'), data, done);
});
});