From 95c8fd9cb699603a15ebd9929fd8f60520736384 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Fri, 13 Mar 2026 02:50:47 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b852b33..d0b761d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ +![cube blurr](https://codeberg.org/gigirassy/cuber/raw/branch/main/images/cubeblurr.png/cubeblurr.png) + # cuber -simple, minimal image compression cli (can also liberate webp files!) \ No newline at end of file +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 .`` ~ \ No newline at end of file