Convert Image to Pixel Art Using Halftone

Halftone is a free and open source image tool for Linux, Windows and MacOS. Using Halftone, you can create pixel art-like style images. You can also use this tool to compress images. It comes with floyd-steinberg, riemersma, bayer dither algorithm support, color changing, brightness, contrast, image resize, file format changing options. It is written in Python and released under GNU General Public License v3.0.

Halftone app

How to Install Halftone on Ubuntu

To install Halftone on your system, you need flatpak and flathub. If you don’t have then install flatpak and flathub on your system first and restart it after the installation. You can install flatpak using below two commands.

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

After that open the terminal app and run below Halftone flatpak install command. It will install the latest version of Halftone on your system.

flatpak install flathub io.github.tfuxu.Halftone

Now you can open it using below command.

flatpak run io.github.tfuxu.Halftone

And also uninstall it using below commands.

flatpak uninstall io.github.tfuxu.Halftone

[OR]

sudo flatpak uninstall io.github.tfuxu.Halftone
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:  How to Manage Trash from Command Line using Trash-cli

Leave a Reply