Skip to content

Commit

Permalink
Fix sample call in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Sep 2, 2024
1 parent 73aabf3 commit a0e4bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ pip install brickmos --upgrade

Convert an image by invoking the script as follows:

`brickmos data/iron-man-portrait.jpg --output_directory="temp"`
`brickmos --image_file data/iron-man-portrait.jpg --output_directory="temp"`

Or alternatively clone this repo and run it directly:

`python run.py data/iron-man-portrait.jpg --output_directory="temp"`
`python run.py --image_file data/iron-man-portrait.jpg --output_directory="temp"`

Repeat the process while modifying the original image (change colors in areas
not working well, change colors overall, etc.) and limiting / extending the
Expand Down

0 comments on commit a0e4bb5

Please sign in to comment.