img2txt
linux
Convert images to color ASCII characters and output them to text-based colored files.
More info →Options (5)
-W, --widthbooleanSet output column count to a specific value
Example:
img2txt {{[-W|--width]}} {{10}} {{path/to/image}}-H, --heightbooleanSet output line count to a specific value
Example:
img2txt {{[-H|--height]}} {{5}} {{path/to/image}}-x, --font-widthbooleanSet output font width to a specific value
Example:
img2txt {{[-x|--font-width]}} {{12}} {{path/to/image}}-y, --font-heightbooleanSet output font height to a specific value
Example:
img2txt {{[-y|--font-height]}} {{14}} {{path/to/image}}-b, --brightnessbooleanSet image brightness to a specific value
Example:
img2txt {{[-b|--brightness]}} {{2}} {{path/to/image}}Examples (5)
Set output column count to a specific value
img2txt [-W|--width] 10 path/to/imageSet output line count to a specific value
img2txt [-H|--height] 5 path/to/imageSet output font width to a specific value
img2txt [-x|--font-width] 12 path/to/imageSet output font height to a specific value
img2txt [-y|--font-height] 14 path/to/imageSet image brightness to a specific value
img2txt [-b|--brightness] 2 path/to/imagemade by @shridhargupta | data from tldr-pages