#convert-images #image #conversion

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

#1401 in Images

Download history 59/week @ 2025-09-11 71/week @ 2025-09-18 79/week @ 2025-09-25 47/week @ 2025-10-02 30/week @ 2025-10-09 70/week @ 2025-10-16 65/week @ 2025-10-23 39/week @ 2025-10-30 35/week @ 2025-11-06 40/week @ 2025-11-13 57/week @ 2025-11-20 38/week @ 2025-11-27 32/week @ 2025-12-04 32/week @ 2025-12-11 57/week @ 2025-12-18 24/week @ 2025-12-25

149 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
~62K SLoC