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§
- Sendable 16-bit grayscale image buffer
- Sendable 16-bit grayscale + alpha channel image buffer
- Sendable grayscale + alpha channel image buffer
- Sendable grayscale image buffer
- 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
- 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