SalOne22/rimage

AVIF Support

Closed this issue · 1 comments

Add support for AVIF format.

Description:

We need to add support for the AVIF 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 AVIF images in their projects.

Required Library:

Steps to Implement:

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

Expected Behavior:

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

Actual Behavior:

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

Note:

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

Started working on this