I'm pleased to announce Guile-PNM: a NetPBM (PNM) library for GNU Guile:
https://github.com/artyom-poptsov/guile-pnm

Supported PNM sub-formats are: PBM, PGM and PPM. The library provides API for reading and writing PNM data, and for conversion between PBM ASCII/binary representation.

The library uses another my project -- Guile state machine compiler (Guile-SMC) -- for high-level description of parser FSMs. It helped me to sped up the development process.

#guile #project #netbpm #pnm #library

GitHub - artyom-poptsov/guile-pnm: PNM (PBM, PGM, PPM) library for GNU Guile.

PNM (PBM, PGM, PPM) library for GNU Guile. Contribute to artyom-poptsov/guile-pnm development by creating an account on GitHub.

GitHub