ImageOptim / mozjpeg-rust

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

Add decompression function with conversion to RGBA #5

Closed ghost closed 5 years ago

ghost commented 5 years ago

Adds an rgba function similar to the existing rgb and grayscale functions. Doing this conversion at decompression time is faster than converting by hand at a later time.

kornelski commented 5 years ago

Thanks