aconchillo / guile-png

Portable Network Graphics (PNG) library for GNU Guile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guile-PNG

https://github.com/artyom-poptsov/guile-png/workflows/GNU%20Guile%202.2/badge.svg https://github.com/artyom-poptsov/guile-png/workflows/GNU%20Guile%203.0/badge.svg

Portable Network Graphics (PNG, RFC 2083) library for GNU Guile.

License

Guile-PNG is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Please see COPYING file for the terms of GNU General Public License.

Requirements

Installation

GNU Guix

Development version from guix.scm:

$ guix build -f guix.scm
$ guix package -f guix.scm

Manual

$ git clone https://github.com/artyom-poptsov/guile-png.git
$ cd guile-png
$ autoreconf -vif
$ ./configure
$ make -j$(nproc)
$ sudo make install

Usage Examples

Please see the examples directory for examples of Guile-PNG usage.

About

Portable Network Graphics (PNG) library for GNU Guile.

License:GNU General Public License v3.0


Languages

Language:Scheme 73.5%Language:M4 13.2%Language:Makefile 8.8%Language:Shell 4.2%Language:Emacs Lisp 0.3%