Expand description
Contains the generic ImageBuffer
struct.
Structsยง
- Enumerate the pixels of an image.
- Enumerate the pixels of an image.
- Enumerate the rows of an image.
- Enumerate the rows of an image.
- Generic image buffer
- Iterate over pixel refs.
- Iterate over mutable pixel refs.
- Iterate over rows of an image
- Iterate over mutable rows of an image
Traitsยง
- Provides color conversions for whole image buffers.
Type Aliasesยง
- Gray16
Image ๐Sendable 16-bit grayscale image buffer - Gray
Alpha16 ๐Image Sendable 16-bit grayscale + alpha channel image buffer - Sendable grayscale + alpha channel image buffer
- Sendable grayscale image buffer
- Rgb16
Image ๐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
- Rgba16
Image ๐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