mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Allow using speed 9 for AVIF/HEIC encoding (#2879)
This commit is contained in:
committed by
GitHub
parent
52307fad5d
commit
916b04dbac
@@ -57,7 +57,7 @@ describe('HEIF', () => {
|
||||
});
|
||||
it('out of range speed should throw an error', () => {
|
||||
assert.throws(() => {
|
||||
sharp().heif({ speed: 9 });
|
||||
sharp().heif({ speed: 10 });
|
||||
});
|
||||
});
|
||||
it('invalid speed should throw an error', () => {
|
||||
|
||||
Reference in New Issue
Block a user