Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright 2020 Jared Forth.

Except as otherwise noted (below and/or in individual files), fsutils is
Except as otherwise noted (below and/or in individual files), webp is
licensed under the Apache License, Version 2.0 <LICENSE-APACHE> or
<http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
<LICENSE-MIT> or <http://opensource.org/licenses/MIT>, at your option.
<LICENSE-MIT> or <http://opensource.org/licenses/MIT>, at your option.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webp"
version = "0.3.0"
version = "0.3.1"
authors = ["Jared Forth <jaredforthdev@gmail.com>"]
edition = "2021"

Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,23 @@
A WebP conversion library

Documentation:
- [API Reference](https://docs.rs/webp)

- [API Reference](https://docs.rs/webp)

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
webp = "0.2"
webp = "0.3"
```

## Examples

An example for converting an image between JPEG and WebP formats is provided in the
`examples` directory. It can be run using
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
```
Expand All @@ -36,5 +37,5 @@ Apache License (Version 2.0).
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT), and
[COPYRIGHT](COPYRIGHT) for details.

The photo `lake.jpg` included in the `assets/` directory is licensed under
[CC0](https://creativecommons.org/publicdomain/zero/1.0/)/"Public Domain Dedication".
The photo `lake.jpg` included in the `assets/` directory is licensed under
[CC0](https://creativecommons.org/publicdomain/zero/1.0/)/"Public Domain Dedication".