Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heabeounMKTO committed Aug 18, 2023
1 parent b48b859 commit 656582f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# keab
a very smol multi-threaded image compression utility written in rust , using turbojpeg and image library :>
a very smol multi-threaded image compression utility written in rust , using `turbojpeg` and `image-rs` library

### why

i am lazy
am lazy

### usage

Expand All @@ -12,3 +12,10 @@ download the binaries from the releases page
```shell
./keab --folder path/to/image/folder --quality 10 --subsamp 422
```
*note: this program will run on all threads*

|options|what is it|
|---|---|
|`folder`|the folder with the pictures you want to compress|
|`quality`|compression quality|
|`subsamp`|chroma subsampling i.e 422 for 4:2:2|

0 comments on commit 656582f

Please sign in to comment.