commands.sh

ascii-image-converter

all

Convert an image into ASCII.

More info →

Options (4)

-C, --colorboolean

Colorize the output

Example: ascii-image-converter {{[-C|--color]}} {{path/to/image|URL}}
-b, --brailleboolean

Create a tresholded image using braille (if the image is barely visible, try changing the terminal font)

Example: ascii-image-converter {{[-b|--braille]}} {{path/to/image|URL}}
boolean

Display the image with negative colors

Example: ascii-image-converter {{[-Cn|--color --negative]}} {{path/to/image|URL}}
-c, --complexboolean

Use a wider range of characters to display an image (may improve image accuracy)

Example: ascii-image-converter {{[-c|--complex]}} {{path/to/image|URL}}

Examples (6)

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 (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

Use a wider range of characters to display an image (may improve image accuracy)

ascii-image-converter [-c|--complex] path/to/image|URL
made by @shridhargupta | data from tldr-pages