mirror of
https://codeberg.org/gigirassy/cuber
synced 2026-08-30 23:37:42 +00:00
Update README.md
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||

|
||||
|
||||
# cuber
|
||||
|
||||
simple, minimal image compression cli (can also liberate webp files!)
|
||||
simple, minimal image compression cli (can also liberate webp files!)
|
||||
|
||||
## usage:
|
||||
|
||||
* ``cuber -q=55 -workers=5 blurr.jpg`` to compress a file with a quality factor of 55 (too high of a quality factor may actually increase size) and 5 cpu workers
|
||||
* ``cuber --out=jpg highbrow.webp`` to liberate a webp file into a jpg.
|
||||
|
||||
## build
|
||||
|
||||
cuber is written in go. compile it by cloning this repo, going into it, and building with
|
||||
``go build -ldflags "-s -w" -o cuber .`` ~
|
||||
Reference in New Issue
Block a user