webp

Crates.iowebp
lib.rswebp
version0.3.0
sourcesrc
created_at2019-08-29 15:29:02.713309
updated_at2024-04-18 19:23:28.541896
descriptionWebP conversion library.
homepagehttps://github.com/jaredforth/webp
repositoryhttps://github.com/jaredforth/webp.git
max_upload_size
id160664
size1,926,765
Jared Forth (jaredforth)

documentation

https://docs.rs/webp

README

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".

Commit count: 78

cargo fmt