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 vertical mutable split #3

Open kornelski opened 6 years ago

kornelski commented 6 years ago

Horizontal split is not safe due to *_padded() methods :(