mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-11-28 08:58:49 +02:00
Don't use lossless
This commit is contained in:
parent
e2025d3556
commit
e6964bbbec
@ -161,7 +161,7 @@ export class ImageRendererFactory {
|
||||
fit: 'cover',
|
||||
});
|
||||
}
|
||||
await image.withMetadata().webp({ lossless: true, effort: 6, quality: 65 }).toFile(input.outPath);
|
||||
await image.withMetadata().webp({effort: 6, quality: 60}).toFile(input.outPath);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user