beef331 / website

Code for the official Nim programming language website
https://nim-lang.org
19 stars 1 forks source link

tpix #50

Closed jesvedberg closed 2 years ago

jesvedberg commented 2 years ago

Name: tpix

Author: Jesper Svedberg

Posting: tpix is a simple terminal image viewer written in Nim. It is compatible with terminal emulators that supports the kitty graphics protocol and uses the Pixie graphics library to read and render images. tpix is available as a statically linked single binary that is easy to deploy on remote systems where the user does not have root privileges. tpix can view the following image formats: PNG, JPG, GIF (animated GIFs not supported), BMP, QOI, PPM and SVG (currently only limited support). tpix has so far been compiled on x86_64 and arm64 Linux, x86_64 MacOSX, and it has been tested with Kitty and Wezterm.

tpix_screenshot