mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Regenerate flatten-rgb16-orange test expectation, reduce threshold
This commit is contained in:
parent
fb5c393fbd
commit
14af0bda61
BIN
test/fixtures/expected/flatten-rgb16-orange.jpg
vendored
BIN
test/fixtures/expected/flatten-rgb16-orange.jpg
vendored
Binary file not shown.
Before Width: | Height: | Size: 839 B After Width: | Height: | Size: 824 B |
@ -54,7 +54,7 @@ describe('Alpha transparency', function () {
|
||||
assert.strictEqual(true, info.size > 0);
|
||||
assert.strictEqual(32, info.width);
|
||||
assert.strictEqual(32, info.height);
|
||||
fixtures.assertMaxColourDistance(output, fixtures.expected('flatten-rgb16-orange.jpg'), 25);
|
||||
fixtures.assertMaxColourDistance(output, fixtures.expected('flatten-rgb16-orange.jpg'), 10);
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user