A WebP conversion library. WIP;
Documentation: - API Reference
Add this to your Cargo.toml
:
toml
[dependencies]
webp = "0.2"
An example for converting an image between JPEG and WebP formats is provided in the
examples
directory. It can be run using
sh
cargo run --release --example convert
webp is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT, and COPYRIGHT for details.
The photo lake.jpg
included in the assets/
directory is licensed under
CC0/"Public Domain Dedication".