Convert Image Into ASCII Art Using Aview Command line Tool

Aview is a free and open source command line ASCII art image viewer application for Linux. Using aview, you can, converts images into ASCII art and displays them in the terminal. It comes with zooming and un-zooming support, 3 dithering modes and you can also adjust inversion, contrast, brightness and gamma control. aview can only show files in the PNM file format by asciiview converts any file to PNM and shows the result. You can also save ASCII Art into html, text, ansi, more, less file formats.

Aview ASCII art image viewer

How to Install aview on Ubuntu

To install aview on your Ubuntu Linux, run below aview apt install command.

sudo apt install aview

After the successful installation of aview, run command in below syntax. Here below command will convert the image in my Home directory to ASCII art.

asciiview child.png

Just replace child.png with your image and path. For the complete usage details run below command.

aview --help
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  xxHash: A High Performance Hash Verification App

Leave a Reply