package scope

  1. Overview
  2. Docs

Module Netpbm.Pgm

PGM - https://netpbm.sourceforge.net/doc/pgm.html

val parse_pgm_header : string -> (int64 * string * int * int * int) option

Parse PGM header and return (cursor pos, magic number, width, height, maxval)

class pgm : string -> Scope__Formats.Format.format