How to Create ASCII Art from Images using Letterpress

Letterpress is a free and open source ASCII art application for Linux. Using Letterpress, you can convert your images into ASCII Art easily. It is based on jp2a and written in Python and released under GNU General Public License v3.0. For the good result, always select high contrast, vibrant color, defined edge recognizable shapes. In this all you adjust character width, clipboard copy support and export your output in txt file.

Letterpress

How to Install Letterpress on Ubuntu

Letterpress is available as a flatpak package file from the remote flathub app store. First install flatpak and flathub on your system and restart it after the installation.

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Now in the terminal application run below Letterpress flatpak install command.

flatpak install flathub io.gitlab.gregorni.Letterpress

After that, run below command in the terminal app to open it or you can also open via the Show Apps Ubuntu dock menu.

flatpak run io.gitlab.gregorni.Letterpress

Letterpress ascii app

And uninstall it using below commands.

flatpak uninstall io.gitlab.gregorni.Letterpress

[OR]

sudo flatpak uninstall io.gitlab.gregorni.Letterpress
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:  Penpot Desktop Open Source Design & Prototyping Software

Leave a Reply