Skip to content

Commit

Permalink
docs: update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Jul 4, 2024
1 parent cadab15 commit 8a9572f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/usage/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ phomo <master-image-path> <tile-directory-path> [options]
- `-G, --gpu`: Use GPU for distance matrix computation. Requires installing with `pip install 'phomo[cuda]'`.
- `-m {greyscale,norm,luv_approx}, --metric {greyscale,norm,luv_approx}`: Distance metric.
- `-j WORKERS, --workers WORKERS`: Number of workers use to run when computing the distance matrix.
- `-e, --equalize`: Equalize the colour distributions to cover the full colour space.
- `--match-master-to-tiles`: Match the master image's colour distribution with the tile image colours.
- `--match-tiles-to-master`: Match the tile images' colour distribution with the master image colours.
- `-v, --verbose`: Verbosity.

## Examples
Expand Down

0 comments on commit 8a9572f

Please sign in to comment.