Module iter

Source

Structsยง

PixelsIter
Iterates over pixels in the (sub)image. Call Img.pixels() to create it.
PixelsIterMut
Iterates over pixels in the (sub)image. Call Img.pixels_mut() to create it.
PixelsRefIter
Iterates over pixels in the (sub)image. Call Img.pixels_ref() to create it.
RowsIter
Rows of the image. Call Img.rows() to create it.
RowsIterMut
Rows of the image. Call Img.rows_mut() to create it.