Module image::buffer [−][src]
Iterators and other auxiliary structure for the ImageBuffer type.
Structs
| EnumeratePixels | Enumerate the pixels of an image. |
| EnumeratePixelsMut | Enumerate the pixels of an image. |
| 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. |
| Rows | Iterate over rows of an image |
| RowsMut | Iterate over mutable rows of an image |
Traits
| ConvertBuffer | Provides color conversions for whole image buffers. |