img2avif
Convert images to AVIF format.
Usage
This library provides functions to convert image data into the AVIF format.
use File;
use ;
If you want to customize quality and speed:
use File;
use convert_with_quality_speed;
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.