Skip to content

icebreaker/qoi-pixbuf-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qoi-pixbuf-loader

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.

Getting Started

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.

Contribute

  • 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.

License

Copyright (c) 2021-2022, Mihail Szabolcs

qoi-pixbuf-loader is provided as-is under the MIT license. For more information see LICENSE.