abouttreesummaryrefslogcommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorPatrick2025-05-11 23:04:54 +0000
committerPatrick2025-05-11 23:04:54 +0000
commitd7946ca5bea0488970991acdfe96ca859807242e (patch)
treef61a91a790c62f8ec6153400914e55144a9a0275 /readme.md
parent9897015952a36a22eb679bda165018e88894b549 (diff)
downloadseparator-d7946ca5bea0488970991acdfe96ca859807242e.tar.gz
separator-d7946ca5bea0488970991acdfe96ca859807242e.zip
Update reademHEADmain
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index ff5cf5a..dd7e705 100644
--- a/readme.md
+++ b/readme.md
@@ -4,7 +4,9 @@ Command line tool to separate an image into background and foreground
## Usage
+```bash
./main <filename> <new_filename> <fg_color> <bg_color> <new_color>
+```
This will replace <fg_color> with <new_color> and make <bg_color> transparent.
It only handles two colors but correctly interpolates between the two and adds transparency accordingly.