Skip to content

Commit 0ee50cf

Browse files
committed
Update README examples
1 parent b49c3df commit 0ee50cf

File tree

10 files changed

+129
-129
lines changed

10 files changed

+129
-129
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Running Okolors for this image with the default options gives the following sRGB
3333

3434
```bash
3535
> okolors 'img/Jewel Changi.jpg'
36-
020606 08373E E2E4E7 4F8091 4E2F26 CA835A 926F97 BB7B7B
36+
020707 0A3F48 E8E8E9 32221D 92ADBE CE8971 7C678D 814B3F
3737
```
3838

3939
If your terminal supports true color,
@@ -62,10 +62,10 @@ Let's get these colors in additional lightness levels using `-l`.
6262
![](docs/swatch3.svg)
6363

6464
If we're providing our own lightness levels, maybe we want to cluster the colors by hue and saturation only.
65-
Let's set the lightness weight to `0.01` using `-w`.
65+
Let's set the lightness weight to `0` using `-w`.
6666

6767
```bash
68-
> okolors 'img/Jewel Changi.jpg' -w 0.01 -l 10,30,50,70 -n 3 -e 0.01 -o swatch
68+
> okolors 'img/Jewel Changi.jpg' -w 0 -l 10,30,50,70 -n 3 -e 0.01 -o swatch
6969
```
7070

7171
![](docs/swatch4.svg)
@@ -76,7 +76,7 @@ So, use this at your own discretion!
7676
If some of the colors still seem quite similar, then you can reduce/set the number of colors through `-k`.
7777

7878
```bash
79-
> okolors 'img/Jewel Changi.jpg' -k 7 -w 0.01 -l 10,30,50,70 -n 3 -e 0.01 -o swatch
79+
> okolors 'img/Jewel Changi.jpg' -k 7 -w 0 -l 10,30,50,70 -n 3 -e 0.01 -o swatch
8080
```
8181

8282
![](docs/swatch5.svg)
@@ -86,7 +86,7 @@ Note that the CLI flags translate one-to-one with the library parameters, if the
8686

8787
## Images
8888

89-
The flags `-n 3 -e 0.01 -l 10,30,50,70 -s l` were used for the additional examples below.
89+
The flags `-n 4 -e 0.01 -l 10,30,50,70 -s l` were used for the additional examples below.
9090

9191
![](docs/Lake%20Mendota.jpg)
9292

docs/Cesky Krumlov.jpg

1.76 KB
Loading

docs/Lake Mendota.jpg

1.22 KB
Loading

docs/Louvre.jpg

2.07 KB
Loading

docs/Yellow Crane Tower.jpg

160 KB
Loading

docs/swatch1.svg

Lines changed: 8 additions & 8 deletions
Loading

docs/swatch2.svg

Lines changed: 8 additions & 8 deletions
Loading

docs/swatch3.svg

Lines changed: 35 additions & 35 deletions
Loading

docs/swatch4.svg

Lines changed: 40 additions & 40 deletions
Loading

docs/swatch5.svg

Lines changed: 33 additions & 33 deletions
Loading

0 commit comments

Comments
 (0)