qoi-pixbuf-loader is a gdk-pixbuf loader for the QOI image format.
It allows GTK applications to load/save and generate thumbnails for images in the QOI image format.
Before you can compile and install it, be sure to have a compiler and the gdk-pixbuf library installed.
$ make
$ make test
$ sudo make install
If you get errors while running make test
, try and run sudo make install-mime-type
, which should resolve the issues.
However, if the errors persist even after that, then obviously do not
attempt to run sudo make install
as it will surely not work anyway.
- Fork the project.
- Make your feature addition or bug fix.
- Do not bump the version number.
- Create a pull request. Bonus points for topic branches.
Copyright (c) 2021-2022, Mihail Szabolcs
qoi-pixbuf-loader is provided as-is under the MIT license. For more information see LICENSE.