home.social

#netbpm — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #netbpm, aggregated by home.social.

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

    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.