Creating artistic images with ASCII art
The Art of Letters

Creating images from letters and numbers is a complex matter, unless you have the right tools at hand.
ASCII artists are often genuine tinkerers: With meticulous attention, they create images, and even movies, solely from letters and digits. The combination of simple means and complexity of images is always fascinating. This extravagant art form goes back to the first half of the 20th century and has been known since the 1960s as ASCII art.
The images only use character sets without non-standard characters. These Latin characters are based on the English alphabet and later on the American Standard Code for Information Interchange (ASCII). They contain uppercase and lowercase letters, basic delimiters, and control characters that come from the world of the telegraph. These characters can be found on almost any computer, allowing users to display the image in an identical manner wherever they are.
Artistic opportunities arise in particular by leveraging the amount of black in the various characters. The artist creates transitions between light and dark, and individual shapes, such as arches and curves, through different shades. The human brain's ability to abstract and recognize images using patterns assures the desired effect.
Tools
The central libraries on Linux for generating these images are AAlib and libcaca. The former stands for "ASCII Art Library" [1] and only generates images in grayscale; however, libcaca [2] adds color to the game. If you want to experiment to see the power of these two libraries, you can install the libaa-bin, bb, and caca-utils packages.
All three packages contain several examples. Both aafire
and cacafire
decorate a terminal with a fireplace (Figure 1), whereas aatest
, bb
, and cacademo
impressively demonstrate animations, filters, and transitions in fonts and colors. You can conjure up a clock on the screen with cacaclock
(Figure 2).
Viewing and Converting
The aview
program lets you view images in PNM format. For other formats, such as PNG or JPEG, however, asciiview
from the same package or cacaview
from the caca-utils package are better choices. They prepare the images in the background for viewing on-screen (Figure 3).
The aview
and asciiview
programs display the images with 7-bit characters; the -eight
option lets you switch to 8-bit mode, and -extended
tells the two programs to use 256 characters.
The best approach to converting images is with the GIMP image editing program. To do this, open the desired image, and export it using File | Export. In the drop-down menu, select ASCII art (*txt, *.ansi, *.text). However, GIMP generates relatively large files.
Even the reverse path from alphabet soup to a raster image works with the right tools, but first you need Ditaa (Diagrams through ASCII art) [3]. This Java program converts images into shapes and graphs by combining traditional media with its own extensions, which define the colors and shapes of the elements. Listing 1 shows some example data, and Figure 4 shows the results.
Listing 1
Using Ditaa
Ditaa generates the labels from the text in the box. Strings that start with a lowercase c define the background color. Color codes can be specified either as text designators or as RGB data.
Horizontal and vertical lines are created with the minus and pipe characters. A plus sign indicates corners, which you can optionally round off with a slash character. To convert the text file to an image, enter:
ditaa <inputfile.txt> <outputfile.png>
Alternatives are asciitopgm
and the Python-aafigure Python module [4]. The former can be found in the netpbm package, and the latter provides a complete class for integration into your own projects.
Speech Bubbles and Banners
The Cowsay and Cowthink programs offer more entertainment value. Both can be found in the Debian cowsay package. The tools generate images of cows that output text in a separate bubble.
Cowsay generates a speech bubble and Cowthink a thought bubble, as the names imply. Both programs accept a series of switches to display the cow in various moods and variants, including -b
for Borg mode, -d
for a dead cow, -g
for a hungry cow, and -p
for paranoia mode (Listing 2).
Listing 2
Speech Bubble
The apt-get package manager includes an Easter egg that appears when you type apt-get moo
(Listing 3).
Listing 3
Easter Egg
Fans of the steam age might want to install the sl (steam locomotive) package, which shows animated steam locomotives running from right to left in the terminal. Originally intended as a joke triggered by mistyping the ls
command, the gimmick has now achieved cult status.
The program accepts various switches that customize the display: -a
calls the engineer to help you, -l
draws a smaller train, and -F
lets the train fly (Figure 5).
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
OpenMandriva Lx 23.03 Rolling Release is Now Available
OpenMandriva "ROME" is the latest point update for the rolling release Linux distribution and offers the latest updates for a number of important applications and tools.
-
CarbonOS: A New Linux Distro with a Focus on User Experience
CarbonOS is a brand new, built-from-scratch Linux distribution that uses the Gnome desktop and has a special feature that makes it appealing to all types of users.
-
Kubuntu Focus Announces XE Gen 2 Linux Laptop
Another Kubuntu-based laptop has arrived to be your next ultra-portable powerhouse with a Linux heart.
-
MNT Seeks Financial Backing for New Seven-Inch Linux Laptop
MNT Pocket Reform is a tiny laptop that is modular, upgradable, recyclable, reusable, and ships with Debian Linux.
-
Ubuntu Flatpak Remix Adds Flatpak Support Preinstalled
If you're looking for a version of Ubuntu that includes Flatpak support out of the box, there's one clear option.
-
Gnome 44 Release Candidate Now Available
The Gnome 44 release candidate has officially arrived and adds a few changes into the mix.
-
Flathub Vying to Become the Standard Linux App Store
If the Flathub team has any say in the matter, their product will become the default tool for installing Linux apps in 2023.
-
Debian 12 to Ship with KDE Plasma 5.27
The Debian development team has shifted to the latest version of KDE for their testing branch.
-
Planet Computers Launches ARM-based Linux Desktop PCs
The firm that originally released a line of mobile keyboards has taken a different direction and has developed a new line of out-of-the-box mini Linux desktop computers.
-
Ubuntu No Longer Shipping with Flatpak
In a move that probably won’t come as a shock to many, Ubuntu and all of its official spins will no longer ship with Flatpak installed.