Versions in this module Expand all Collapse all v0 v0.0.2 Jun 12, 2023 Changes in this version + const PBM + const PGM + const PPM + func Decode(r io.Reader) (image.Image, error) + func DecodeConfig(r io.Reader) (image.Config, error) + func Encode(w io.Writer, m image.Image, pnmType int) error + type PNMConfig struct + Height int + Maxval int + Width int + func DecodeConfigPNM(r *bufio.Reader) (c PNMConfig, err error)