1
0
Fork 0
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:
Managor 2025-04-28 20:50:41 +03:00 committed by GitHub
parent 2a473755b1
commit 2615afa7c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`