Module buffer

Available on crate feature dep_image only.
Expand description

Iterators and other auxiliary structure for the ImageBuffer type.

Structs§

EnumeratePixels
Enumerate the pixels of an image.
EnumeratePixelsMut
Enumerate the pixels of an image.
EnumeratePixelsMutPar
Parallel iterator over mutable pixel refs and their coordinates.
EnumeratePixelsPar
Parallel iterator over pixel refs and their coordinates.
EnumerateRows
Enumerate the rows of an image.
EnumerateRowsMut
Enumerate the rows of an image.
Pixels
Iterate over pixel refs.
PixelsMut
Iterate over mutable pixel refs.
PixelsMutPar
Parallel iterator over mutable pixel refs.
PixelsPar
Parallel iterator over pixel refs.
Rows
Iterate over rows of an image
RowsMut
Iterate over mutable rows of an image

Traits§

ConvertBuffer
Provides color conversions for whole image buffers.