An open API service indexing awesome lists of open source software.

https://github.com/ibara/dqoi

Tiny X11 image viewer for QOI images.
https://github.com/ibara/dqoi

freebsd image images linux minimal minimalism minimalist minimalistic netbsd openbsd qoi unix viewer x11

Last synced: 5 months ago
JSON representation

Tiny X11 image viewer for QOI images.

Awesome Lists containing this project

README

          

dqoi
====
`dqoi` (pronounced decoy) is a simple X11 image viewer for the
[Quite OK Image](https://qoiformat.org/)
format. It uses raw
[Xlib](https://x.org/releases/current/doc/libX11/libX11/libX11.html)
and a built-in stripped-down copy of the
[QOI reference implementation](https://github.com/phoboslab/qoi).

Building
--------
Just run `make`.

Running
-------
```
usage: dqoi file.qoi
```

License
-------
* `dqoi.c`: ISC License
* `qoi.h`: MIT License