Expand description
Contains the generic ImageBuffer
struct.
Structsยง
- Enumerate
Pixels - Enumerate the pixels of an image.
- Enumerate
Pixels Mut - Enumerate the pixels of an image.
- Enumerate
Rows - Enumerate the rows of an image.
- Enumerate
Rows Mut - Enumerate the rows of an image.
- Image
Buffer - Generic image buffer
- Pixels
- Iterate over pixel refs.
- Pixels
Mut - Iterate over mutable pixel refs.
- Rows
- Iterate over rows of an image
- RowsMut
- Iterate over mutable rows of an image
Traitsยง
- Convert
Buffer - 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
- Gray
Alpha Image - Sendable grayscale + alpha channel image buffer
- Gray
Image - Sendable grayscale image buffer
- Rgb16
Image ๐ - Sendable 16-bit Rgb image buffer
- Rgb32F
Image - An image buffer for 32-bit float RGB pixels, where the backing container is a flattened vector of floats.
- RgbImage
- Sendable Rgb image buffer
- Rgba16
Image ๐ - Sendable 16-bit Rgb + alpha channel image buffer
- Rgba32F
Image - An image buffer for 32-bit float RGBA pixels, where the backing container is a flattened vector of floats.
- Rgba
Image - Sendable Rgb + alpha channel image buffer