| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Display images in tty using the Linux Framebuffer!
Original code found in the Qt Documentation, a little bit modified by Hugo Rodde.
The stb_image library is part of the stb single-file public-domain libraries collection.
Supports every image format supported by stb_image.h (jpeg, png, bmp, hdr, psd, tga, gif, pic, psd, pgm, ppm).
Only the first image of animated gifs is displayed.
Simply use
gcc -o fbimg fbimg.c -lmSadly, the Framebuffer is a Linux-only feature.
./fbimg path/to/img.pngImportant
You need either to run it as root, either to add yourself in the video group!
| Back | FazBrowse Home | New Git URL |