This is CLI tool inspired by squoosh!
Rimage currently supports two codecs, mozjpeg and oxipng, and aims to add support for AVIF and WebP in the future.
If you have cargo you can use this
cargo install rimage
or from Releases on GitHub
rimage -q 75 *.jpg
-q 0
through -q 100
, higher is better-o png
, currently supported only jpg, png and oxipng-s _updated
, adds suffix in file name ("input.jpg" -> "input_updated.jpg")-i
, flag used to get info about images (size and data length)-t 4
, number of threads to useUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Any help would be greatly appreciated!
Clone this repository with git or GitHub Desktop
git clone https://github.com/SalOne22/rimage.git
Build rimage with cargo
cargo build
Do your staff and test that all works as expected
cargo test
Next you can create pull request
Rimage is licensed under either the Apache License 2.0, or the MIT license.
All images are taken from PNGSuite