kornelski / imgref

A trivial Rust struct for interchange of pixel buffers with width, height & stride
https://lib.rs/crates/imgref
Apache License 2.0
59 stars 6 forks source link

Add row accessor #4

Open kornelski opened 6 years ago

kornelski commented 6 years ago

row(n) access that gives row slices. Perhaps rows()[n], too?