SalOne22/rimage

PNG Support

Closed this issue · 1 comments

Add support for PNG format.

Description:

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

Required Library:

Steps to Implement:

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

Expected Behavior:

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

Actual Behavior:

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

Already implemented