We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--greedy
1 parent 975ef28 commit 1b02228Copy full SHA for 1b02228
docs/usage/cli.md
@@ -31,6 +31,7 @@ phomo <master-image-path> <tile-directory-path> [options]
31
- `-e, --equalize`: Equalize the colour distributions to cover the full colour space.
32
- `--match-master-to-tiles`: Match the master image's colour distribution with the tile image colours.
33
- `--match-tiles-to-master`: Match the tile images' colour distribution with the master image colours.
34
+- `--greedy`: Use a greedy tile assignment algorithm. Should improve performance at the expense of accuracy.
35
- `-v, --verbose`: Verbosity.
36
37
## Examples
0 commit comments