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

#19 in Images

Download history 8097/week @ 2024-07-20 6857/week @ 2024-07-27 8892/week @ 2024-08-03 10347/week @ 2024-08-10 6786/week @ 2024-08-17 4927/week @ 2024-08-24 7045/week @ 2024-08-31 9628/week @ 2024-09-07 12362/week @ 2024-09-14 14592/week @ 2024-09-21 12539/week @ 2024-09-28 11168/week @ 2024-10-05 14092/week @ 2024-10-12 15833/week @ 2024-10-19 18411/week @ 2024-10-26 19386/week @ 2024-11-02

69,439 downloads per month
Used in 68 crates (32 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