Module buffer
Available on crate feature
dep_image
only.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
Pixels MutPar - Parallel iterator over mutable pixel refs and their coordinates.
- Enumerate
Pixels Par - Parallel iterator over pixel refs and their coordinates.
- 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.
- Pixels
MutPar - Parallel iterator over mutable pixel refs.
- Pixels
Par - Parallel iterator over 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.