jp2a

Convert JPG images to ASCII art for terminal display

brewmacoslinux
Try with needOr install directly
Source

About

Convert JPG images to ASCII

Commands

jp2a

Examples

Convert a JPG image to ASCII and display in terminal$ jp2a image.jpg
Convert image to ASCII with custom width of 100 characters$ jp2a --width=100 image.jpg
Convert image to ASCII and save output to a file$ jp2a image.jpg > ascii_art.txt