JPEG-XL: Better 'effort' and adding noise synth (#1039)

This commit is contained in:
Jake Archibald
2021-08-27 14:18:54 +01:00
committed by GitHub
parent 6b08cd2355
commit 023304803f
16 changed files with 51 additions and 33 deletions

View File

@@ -18,11 +18,11 @@ export const label = 'JPEG XL (beta)';
export const mimeType = 'image/jxl';
export const extension = 'jxl';
export const defaultOptions: EncodeOptions = {
speed: 4,
effort: 7,
quality: 75,
progressive: false,
epf: -1,
nearLossless: 0,
lossyPalette: false,
decodingSpeedTier: 0,
photonNoiseIso: 0,
};