Default AVIF encoding to 4:4:4 chroma subsampling #2562

This commit is contained in:
Lovell Fuller
2021-06-13 11:32:31 +01:00
parent e418d91511
commit 75cddbdb6d
7 changed files with 15 additions and 16 deletions

View File

@@ -251,7 +251,7 @@ const Sharp = function (input, options) {
heifLossless: false,
heifCompression: 'av1',
heifSpeed: 5,
heifChromaSubsampling: '4:2:0',
heifChromaSubsampling: '4:4:4',
tileSize: 256,
tileOverlap: 0,
tileContainer: 'fs',