mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
ascii-image-converter: add note and example (#16280)
This commit is contained in:
parent
2a473755b1
commit
2615afa7c2
1 changed files with 5 additions and 1 deletions
|
@ -11,10 +11,14 @@
|
|||
|
||||
`ascii-image-converter {{[-C|--color]}} {{path/to/image|URL}}`
|
||||
|
||||
- Create a tresholded image using braille:
|
||||
- Create a tresholded image using braille (if the image is barely visible, try changing the terminal font):
|
||||
|
||||
`ascii-image-converter {{[-b|--braille]}} {{path/to/image|URL}}`
|
||||
|
||||
- Create a dithered image using braille (if the image is barely visible, try changing the terminal font):
|
||||
|
||||
`ascii-image-converter {{[-b|--braille]}} --dither {{path/to/image|URL}}`
|
||||
|
||||
- Display the image with negative colors:
|
||||
|
||||
`ascii-image-converter {{[-Cn|--color --negative]}} {{path/to/image|URL}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue