Skip to content

Commit

Permalink
added -os description to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-akopian committed Jun 25, 2023
1 parent 29847b5 commit 70748e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Type `python3 main.py -h` into the commandline to display the help message.

`-s --sampleSize` Size of the samples, default is 16x16 (the output will be 16x smaller) enter as XxY or just X eg. 12x15 or just 12

`-os --outputSize` Instead of messing with sampleSizes you can specify the size of the output image directly (in characters.) Same as sample size: WxH eg. 40x50 (40 wide, 50 tall)

**Save to a file**

`-o --output` specify output file it can be then displayed with `cat output.txt` with all the colors
Expand Down
2 changes: 1 addition & 1 deletion utils/argparseArguments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Arguments:
help: "Size of the samples, default is 16x16 (the output will be 16x smaller) enter as XxY or just X (XxX)"
outputSize:
default: null
help: "instead of sampleSize, set the size you want to image to be. Enter as WxH"
help: "instead of sampleSize, set the size you want to image to be in characters. Enter as WxH."
contrastbreak:
default: 128
help: "Border of darkness levels between making a pixel darker or brighter (0-255 recomended range 50-200)"
Expand Down

0 comments on commit 70748e0

Please sign in to comment.