MozJPEG Support
SalOne22 opened this issue · 1 comments
SalOne22 commented
Add support for MozJPEG codec.
Description:
We need to add support for the MozJPEG image codec to our tool to allow users to convert their images to JPEG with better compression. This will provide more flexibility and options for users who want to use JPEG images in their projects.
Required Library:
- rgb (https://crates.io/crates/rgb)
- bytemuck (https://crates.io/crates/bytemuck)
- mozjpeg (https://crates.io/crates/mozjpeg)
Steps to Implement:
- Install the required libraries using Cargo.
- Implement support for the MozJPEG codec in our code.
- Add a new option to our CLI tool that allows users to convert images with MozJPEG codec.
- Test the new functionality to ensure it works correctly.
Expected Behavior:
Users should be able to convert their images with the MozJPEG codec, providing more flexibility and options for their projects.
Actual Behavior:
Currently, our tool does not support the MozJPEG codec, which limits its usefulness for users who need to use this codec.
SalOne22 commented
Already implemented