Skip to content

Commit

Permalink
Improve sample calls
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Sep 2, 2024
1 parent 6107ad2 commit 4a7e956
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,15 @@ pip install brickmos --upgrade

Convert an image by invoking the script as follows:

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

Or alternatively clone this repo and run it directly:

`python run.py --image_file data/iron-man-portrait.jpg --output_directory="temp"`
```bash
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 4a7e956

Please sign in to comment.