Skip to main content

imshow_flat

Function imshow_flat 

Source
pub fn imshow_flat<I, C>(data: I, rowlen: usize) -> Imshow
where I: IntoIterator<Item = C>, C: Into<ColorCell>,
Expand description

Create a new Imshow from a flattened, row-major iterator over image data with row length rowlen.

Panics if rowlen == 0.