mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Prefer integer (un)premultiply for faster RGBA resize
Add changelog, loosen modulate test thresholds
This commit is contained in:
@@ -175,7 +175,7 @@ describe('Modulate', function () {
|
||||
.png({ compressionLevel: 0 })
|
||||
.toFile(actual)
|
||||
.then(() => {
|
||||
fixtures.assertMaxColourDistance(actual, expected);
|
||||
fixtures.assertMaxColourDistance(actual, expected, 3);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user