Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 929 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 929 Bytes

ndarray-image

Crates.io MIT/Apache docs.rs LoC

Allows conversion between ndarray's types and image's types

Deprecated

WARNING: This crate is currently deprecated in favor of https://github.com/rust-cv/nshare. Use nshare instead. This crate may eventually be repurposed, or if someone else wants to take the name, just reach out on the Rust CV Discord.

This crate allows zero-copy conversion between ArrayView from ndarray and ImageBuffer from image.

Output of red_put example

red_put