Skip to content

Commit

Permalink
Remove "bitdepth" param from avif config
Browse files Browse the repository at this point in the history
  • Loading branch information
343dev committed Oct 27, 2024
1 parent c29430d commit 2cf7ead
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .optimiztrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,12 @@ module.exports = {
lossless: false, // use lossless compression
effort: 4, // CPU effort, between 0 (fastest) and 9 (slowest)
chromaSubsampling: '4:4:4', // set to '4:2:0' to use chroma subsampling
bitdepth: 8, // set bitdepth to 8, 10 or 12 bit
},
lossless: {
quality: 50,
lossless: true,
effort: 4,
chromaSubsampling: '4:4:4',
bitdepth: 8, // set bitdepth to 8, 10 or 12 bit
},
},

Expand Down

0 comments on commit 2cf7ead

Please sign in to comment.