mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-18 12:15:43 +02:00
ascii-image-converter: add page (#16272)
This commit is contained in:
parent
63229711c7
commit
29edbcf81a
1 changed files with 24 additions and 0 deletions
24
pages/common/ascii-image-converter.md
Normal file
24
pages/common/ascii-image-converter.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# ascii-image-converter
|
||||
|
||||
> Convert an image into ASCII.
|
||||
> More information: <https://github.com/TheZoraiz/ascii-image-converter#cli-usage>.
|
||||
|
||||
- Convert an image into ASCII:
|
||||
|
||||
`ascii-image-converter {{path/to/image|URL}}`
|
||||
|
||||
- Colorize the output:
|
||||
|
||||
`ascii-image-converter {{[-C|--color]}} {{path/to/image|URL}}`
|
||||
|
||||
- Create a tresholded image using braille:
|
||||
|
||||
`ascii-image-converter {{[-b|--braille]}} {{path/to/image|URL}}`
|
||||
|
||||
- Display the image with negative colors:
|
||||
|
||||
`ascii-image-converter {{[-Cn|--color --negative]}} {{path/to/image|URL}}`
|
||||
|
||||
- Use a wider range of characters to display an image (may improve image accuracy):
|
||||
|
||||
`ascii-image-converter {{[-c|--complex]}} {{path/to/image|URL}}`
|
Loading…
Add table
Reference in a new issue