Module ndarray_vision::format

source ·
Expand description

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

Modules

  • 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

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