mirror of
https://github.com/lovell/sharp.git
synced 2025-07-11 19:40:14 +02:00
Increase threshold for OS X gamma test
This commit is contained in:
parent
d3c78f825c
commit
850fc9adf9
@ -52,7 +52,7 @@ describe('Gamma correction', function () {
|
||||
if (err) throw err;
|
||||
assert.strictEqual('png', info.format);
|
||||
assert.strictEqual(320, info.width);
|
||||
fixtures.assertSimilar(fixtures.expected('gamma-alpha.jpg'), data, { threshold: 19 }, done);
|
||||
fixtures.assertSimilar(fixtures.expected('gamma-alpha.jpg'), data, { threshold: 20 }, done);
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user