Expand description
Iterators and other auxiliary structure for the ImageBuffer
type.
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.
- 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.