#netbpm — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #netbpm, aggregated by home.social.
-
I'm pleased to announce Guile-PNM: a NetPBM (PNM) library for GNU Guile:
https://github.com/artyom-poptsov/guile-pnmSupported 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.