Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Jul 10, 2023
1 parent 468c29e commit 4448849
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ This crate provides a cli tool and library for image processing.
Similar to [squoosh!](https://squoosh.app/) using same codecs,
but fully written on rust and with bulk processing support.
**Attention: Library in active development stage, all can be changed!**
Current features:
- Decoding jpeg, png, webp and avif
- Encoding with optimizations
- Getting image information
# Usage
Expand All @@ -18,7 +19,7 @@ cargo add rimage
or add this to Cargo.toml:
```toml
[dependencies]
rimage = "1.0.0"
rimage = "0.8.0"
```
After that you can use this crate:
Expand Down

0 comments on commit 4448849

Please sign in to comment.