Portable Network Graphics (PNG, RFC 2083) library for GNU Guile.
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.
- GNU Guile 2.2+
- Guile Library 0.1.9+
- Guile-SMC 0.6.0+
- Guile-ZLIB 0.1.0+
Stable version:
$ guix install guile-png
Development version from guix.scm
:
$ guix build -f guix.scm $ guix package -f guix.scm
Guile-PNG can be installed from Guile Homebrew Tap.
$ git clone https://github.com/artyom-poptsov/guile-png.git $ cd guile-png $ autoreconf -vif $ ./configure $ make -j$(nproc) $ sudo make install
Please see the examples
directory for examples of Guile-PNG usage.