Adding chroma subsampling for mozjpeg

This commit is contained in:
Jake Archibald
2018-10-29 19:00:29 +00:00
parent e572b853e2
commit 1bdc23364a
7 changed files with 45 additions and 4 deletions

View File

@@ -33,6 +33,7 @@
trellis_opt_zero: true,
trellis_opt_table: true,
trellis_loops: 1,
chroma_subsample: 0,
});
const blob = new Blob([result], {type: 'image/jpeg'});