No description
This repository has been archived on 2026-05-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-04-02 10:24:57 +02:00
src better error output 2024-04-02 10:24:57 +02:00
.gitignore Initial commit 2024-03-25 09:10:03 +01:00
Cargo.lock Initial commit 2024-03-25 09:10:03 +01:00
Cargo.toml Initial commit 2024-03-25 09:10:03 +01:00
README.md Initial commit 2024-03-25 09:10:03 +01:00

fastwebp

Converting all ".jp(e)g" images in the current folder to ".webp" images.

The default webp quality is "50" which could be overridden as first command line argument.

installation

Clone, cd into this directory and run:

cargo install --path

inspired by