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.
- Host: GitHub
- URL: https://github.com/ibara/dqoi
- Owner: ibara
- License: isc
- Created: 2022-04-03T19:31:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T02:05:45.000Z (over 3 years ago)
- Last Synced: 2025-02-26T14:21:38.608Z (8 months ago)
- Topics: freebsd, image, images, linux, minimal, minimalism, minimalist, minimalistic, netbsd, openbsd, qoi, unix, viewer, x11
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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