JXL decoding speed tier (#1001)

This commit is contained in:
Jake Archibald
2021-05-04 13:16:54 +01:00
committed by GitHub
parent df65f1a112
commit efc89efba5
14 changed files with 49 additions and 32 deletions

View File

@@ -24,4 +24,5 @@ export const defaultOptions: EncodeOptions = {
epf: -1,
nearLossless: 0,
lossyPalette: false,
decodingSpeedTier: 0,
};