2025-05-08 12:26:01 -06:00
|
|
|
# ascii-image-converter
|
|
|
|
|
|
|
|
|
|
> Convert an image into ASCII.
|
|
|
|
|
> More information: <https://github.com/TheZoraiz/ascii-image-converter#cli-usage>.
|
|
|
|
|
|
|
|
|
|
- Convert an image into ASCII:
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`ascii-image-converter {{path/to/image|url}}`
|
2025-05-08 12:26:01 -06:00
|
|
|
|
|
|
|
|
- Colorize the output:
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`ascii-image-converter {{[-C|--color]}} {{path/to/image|url}}`
|
2025-05-08 12:26:01 -06:00
|
|
|
|
|
|
|
|
- Create a tresholded image using braille (if the image is barely visible, try changing the terminal font):
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`ascii-image-converter {{[-b|--braille]}} {{path/to/image|url}}`
|
2025-05-08 12:26:01 -06:00
|
|
|
|
|
|
|
|
- Create a dithered image using braille (if the image is barely visible, try changing the terminal font):
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`ascii-image-converter {{[-b|--braille]}} --dither {{path/to/image|url}}`
|
2025-05-08 12:26:01 -06:00
|
|
|
|
|
|
|
|
- Display the image with negative colors:
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`ascii-image-converter {{[-Cn|--color --negative]}} {{path/to/image|url}}`
|
2025-05-08 12:26:01 -06:00
|
|
|
|
|
|
|
|
- Use a wider range of characters to display an image (may improve image accuracy):
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`ascii-image-converter {{[-c|--complex]}} {{path/to/image|url}}`
|