8 releases
0.2.2 | Mar 14, 2022 |
---|---|
0.2.1 | Feb 1, 2022 |
0.2.0 | Sep 8, 2021 |
0.1.3 | May 11, 2021 |
0.0.0 | Aug 29, 2019 |
#196 in Images
19,947 downloads per month
Used in 785 crates
(16 directly)
2MB
371 lines
webp
A WebP conversion library. WIP;
Documentation:
Usage
Add this to your Cargo.toml
:
[dependencies]
webp = "0.2"
Examples
An example for converting an image between JPEG and WebP formats is provided in the
examples
directory. It can be run using
$ cargo run --release --example convert
License
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".
Dependencies
~5.5MB
~79K SLoC