Module format

Source
Expand description

Image formats - encoding and decoding images from bytes for saving and loading

Modules§

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)

Traits§

Decoder
Trait for an image decoder, use this to get an image from a byte stream
Encoder
Trait for an image encoder