How are images shown in the terminal

390 Views Asked by At

Some packages like w3m-img, fim, lsix etc can be used to show the images directly on the terminal itself on linux.

I am not talking about converting the image into an ASCII character version and showing it but the image itself which looks proper without any the artifacts.

so how do these programs actually draw the images onto the terminal?

1

There are 1 best solutions below

3
On

I've used Feh in the past. It should be already installed on popular Linux distributions. To use it, simply do the following:

feh your-image.jpeg