Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 670 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 670 Bytes

Package pnm

Build Status GoDoc

Package pnm implements a PBM, PGM and PPM image decoder and encoder.

This package is compatible with Go version 1.

Installation

	go install github.com/jbuchbinder/gopnm

Limitations

Not implemented are:

  • Writing pnm files in raw format.
  • Writing images with 16 bits per channel.
  • Writing images with a custom Maxvalue.
  • Reading/and writing PAM images.

(I would be happy to accept patches for these.)