Skip to content

Commit 96b7414

Browse files
committed
Add more README examples
1 parent c7864bb commit 96b7414

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ see the [docs.rs](https://docs.rs/okolors/latest/okolors/) page as well.
2323

2424
# Examples
2525

26+
## CLI Flags
27+
2628
Let's use the following photo for the examples below.
2729

2830
![Jewel Changi Airport Waterfall](docs/Jewel%20Changi.jpg)
@@ -82,6 +84,18 @@ If some of the colors still seem quite similar, then you can reduce/set the numb
8284
To see all the other command line options, pass `-h` for a summary or `--help` for detailed explanations.
8385
Note that the CLI flags translate one-to-one with the library parameters, if there is an equivalent.
8486

87+
## Images
88+
89+
The flags `-n 3 -e 0.01 -l 10,30,50,70 -s l` were used for the additional examples below.
90+
91+
![](docs/Lake%20Mendota.jpg)
92+
93+
![](docs/Yellow%20Crane%20Tower.jpg)
94+
95+
![](docs/Louvre.jpg)
96+
97+
![](docs/Cesky%20Krumlov.jpg)
98+
8599
# Performance
86100

87101
Despite using k-means which is more accurate but slower than something like median cut quantization,

docs/Cesky Krumlov.jpg

1.13 MB
Loading

docs/Lake Mendota.jpg

574 KB
Loading

docs/Louvre.jpg

948 KB
Loading

docs/Yellow Crane Tower.jpg

540 KB
Loading

0 commit comments

Comments
 (0)