Module image::buffer_

source ยท
Expand description

Contains the generic ImageBuffer struct.

Structsยง

Traitsยง

Type Aliasesยง

  • Gray16Image ๐Ÿ”’
    Sendable 16-bit grayscale image buffer
  • GrayAlpha16Image ๐Ÿ”’
    Sendable 16-bit grayscale + alpha channel image buffer
  • Sendable grayscale + alpha channel image buffer
  • Sendable grayscale image buffer
  • Rgb16Image ๐Ÿ”’
    Sendable 16-bit Rgb image buffer
  • An image buffer for 32-bit float RGB pixels, where the backing container is a flattened vector of floats.
  • Sendable Rgb image buffer
  • Rgba16Image ๐Ÿ”’
    Sendable 16-bit Rgb + alpha channel image buffer
  • An image buffer for 32-bit float RGBA pixels, where the backing container is a flattened vector of floats.
  • Sendable Rgb + alpha channel image buffer