img2avif
Convert images to AVIF format.
Usage
This library provides a function img2avif to convert image data into the AVIF format.
use File;
use img2avif; // Assuming your crate root is named img2avif
See src/lib.rs for the function implementation and tests for more examples.
Dependencies
- image (version 0.25.6 with "avif" feature)
Building and Testing
# Build the project
# Run tests
License
This project is licensed under the MIT License. See the Cargo.toml file for details.