From 44488490d88805da8951a9ec3a310115e452027f Mon Sep 17 00:00:00 2001 From: SalOne22 <111443297+SalOne22@users.noreply.github.com> Date: Mon, 10 Jul 2023 21:32:41 +0200 Subject: [PATCH] Update documentation --- src/lib.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 545b9ce8..3084e7e5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 @@ -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: