#ndarray #image-conversion #conversion #image

ndarray-image

Zero-copy conversion between ndarray and image crates

5 unstable releases

0.3.0 Jan 14, 2021
0.2.1 Apr 2, 2020
0.2.0 Mar 29, 2020
0.1.1 Aug 21, 2019
0.1.0 Aug 18, 2019

#955 in Images

Download history 12/week @ 2024-11-16 29/week @ 2024-11-23 30/week @ 2024-11-30 69/week @ 2024-12-07 53/week @ 2024-12-14 4/week @ 2024-12-21 5/week @ 2024-12-28 21/week @ 2025-01-04 54/week @ 2025-01-11 53/week @ 2025-01-18 45/week @ 2025-01-25 42/week @ 2025-02-01 54/week @ 2025-02-08 50/week @ 2025-02-15 56/week @ 2025-02-22 34/week @ 2025-03-01

202 downloads per month
Used in 5 crates (4 directly)

MIT license

16KB
328 lines

ndarray-image

Crates.io MIT/Apache docs.rs LoC

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

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

Output of red_put example

red_put

Dependencies

~3MB
~56K SLoC