Module netpbm

Source
Expand description

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.