Skip to content

Commit 2cf7ead

Browse files
committed
Remove "bitdepth" param from avif config
1 parent c29430d commit 2cf7ead

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.optimiztrc.cjs

-2
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,12 @@ module.exports = {
9292
lossless: false, // use lossless compression
9393
effort: 4, // CPU effort, between 0 (fastest) and 9 (slowest)
9494
chromaSubsampling: '4:4:4', // set to '4:2:0' to use chroma subsampling
95-
bitdepth: 8, // set bitdepth to 8, 10 or 12 bit
9695
},
9796
lossless: {
9897
quality: 50,
9998
lossless: true,
10099
effort: 4,
101100
chromaSubsampling: '4:4:4',
102-
bitdepth: 8, // set bitdepth to 8, 10 or 12 bit
103101
},
104102
},
105103

0 commit comments

Comments
 (0)