13 releases

0.3.0 Apr 18, 2024
0.2.6 Sep 20, 2023
0.2.4 Jul 11, 2023
0.2.2 Mar 14, 2022
0.0.0 Aug 29, 2019

#25 in Images

Download history 13675/week @ 2024-10-11 15439/week @ 2024-10-18 18173/week @ 2024-10-25 19046/week @ 2024-11-01 18894/week @ 2024-11-08 20061/week @ 2024-11-15 20706/week @ 2024-11-22 19345/week @ 2024-11-29 19359/week @ 2024-12-06 19609/week @ 2024-12-13 11257/week @ 2024-12-20 8938/week @ 2024-12-27 15678/week @ 2025-01-03 15333/week @ 2025-01-10 16628/week @ 2025-01-17 17288/week @ 2025-01-24

66,020 downloads per month
Used in 64 crates (31 directly)

MIT/Apache

2MB
837 lines

Build Status Crate API Crates.io

webp

A WebP conversion library

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