mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 15:25:07 +01:00
Default AVIF encoding to 4:4:4 chroma subsampling #2562
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user