Expand description
Iterators and other auxiliary structure for the ImageBuffer
type.
Structs§
- Enumerate the pixels of an image.
- Enumerate the pixels of an image.
- Parallel iterator over mutable pixel refs and their coordinates.
- EnumeratePixelsPar
rayon
Parallel iterator over pixel refs and their coordinates. - Enumerate the rows of an image.
- Enumerate the rows of an image.
- Iterate over pixel refs.
- Iterate over mutable pixel refs.
- PixelsMutPar
rayon
Parallel iterator over mutable pixel refs. - PixelsPar
rayon
Parallel iterator over pixel refs. - Iterate over rows of an image
- Iterate over mutable rows of an image
Traits§
- Provides color conversions for whole image buffers.