Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seatedro authored Aug 28, 2024
1 parent 979f52e commit c5e8306
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ run the program with the following options (the default zig install directory is

basic usage:
```
asciigen -i input.jpg
asciigen -i input.jpg -o output.png
```

using color and custom output:
using color:
```
asciigen -i input.png -o output.png -c
```

with edge detection and custom scale:
with edge detection, color, and custom downscale:
```
asciigen -i input.jpg -s 4 -e
asciigen -i input.jpeg -o output.png -s 4 -e -c
```

3. the program will generate an ascii art version of your input image and save it as a new image file.
Expand Down

0 comments on commit c5e8306

Please sign in to comment.