Skip to content
/ gopnm Public
forked from jbuchbinder/gopnm

Fork of defunct golang PNM image implementation

License

Notifications You must be signed in to change notification settings

go-forks/gopnm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.)

About

Fork of defunct golang PNM image implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%