Options (4)
-C, --colorbooleanColorize the output
Example:
ascii-image-converter {{[-C|--color]}} {{path/to/image|URL}}-b, --braillebooleanCreate 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}}booleanDisplay the image with negative colors
Example:
ascii-image-converter {{[-Cn|--color --negative]}} {{path/to/image|URL}}-c, --complexbooleanUse 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|URLColorize the output
ascii-image-converter [-C|--color] path/to/image|URLCreate a tresholded image using braille (if the image is barely visible, try changing the terminal font)
ascii-image-converter [-b|--braille] path/to/image|URLCreate 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|URLDisplay the image with negative colors
ascii-image-converter [-Cn|--color --negative] path/to/image|URLUse a wider range of characters to display an image (may improve image accuracy)
ascii-image-converter [-c|--complex] path/to/image|URLmade by @shridhargupta | data from tldr-pages