ImageOptim / mozjpeg-rust

Safe Rust wrapper for the MozJPEG library
https://lib.rs/mozjpeg
Other
75 stars 19 forks source link

Ability to change subsampling mode #22

Closed Winnaries closed 3 years ago

Winnaries commented 3 years ago

Feature Request

Is it possible to select the subsampling mode when encoding? eg. from YUV444 to YUV422.

Winnaries commented 3 years ago

Never mind, I looked into the code and saw that there is an example in the test case.