SalOne22/rimage

WebP Support

Closed this issue · 1 comments

Add support for WebP format.

Description:

We need to add support for the WebP image format to our tool to allow users to convert their images to this format. This will provide more flexibility and options for users who want to use WebP images in their projects.

Required Library:

Steps to Implement:

  1. Install the webp crate using Cargo.
  2. Implement support for the WebP format in our code.
  3. Add a new option to our CLI tool that allows users to convert images to the WebP format.
  4. Test the new functionality to ensure it works correctly.

Expected Behavior:

Users should be able to convert their images to the WebP format using our tool, providing more flexibility and options for their projects.

Actual Behavior:

Currently, our tool does not support the WebP format, which limits its usefulness for users who need to use this format.

Note:

WebP is becoming an increasingly popular image format, and adding support for it will make our tool more valuable to users.

Started working on this