Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 692 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 692 Bytes

keab

a very smol multi-threaded image compression utility written in rust , using turbojpeg and image-rs library

why

am lazy

deps

keab requires nasm to work,

apt install nasm

usage

download the binaries from the releases page

./keab --folder path/to/image/folder --quality 10 --subsamp 422

note: this program will run on 8 threads unless workers is specified

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
workers how many threads you want to run it on