[][src]Module ndarray_vision::format::netpbm

Netpbm refers to a collection of image formats used and defined by the Netpbm project. These include the portable pixmap format (PPM), portable graymap format (PGM), and portable bitmap format (PBM)

Structs

PpmDecoder

Decoder type for a PPM image.

PpmEncoder

Encoder type for a PPM image.