image-ndarray 0.1.0

Zero-copy implementations for the Image crate to convert to and from ndarrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "image-ndarray"
version = "0.1.0"
edition = "2024"
license = "EUPL-1.2"
authors = ["Gilles Vink <gillesvink@noreply.codeberg.org>"]
description = "Zero-copy implementations for the Image crate to convert to and from ndarrays"
repository = "https://codeberg.org/gillesvink/image-ndarray"
documentation = "https://docs.rs/image-ndarray"
keywords = ["image-processing", "array"]
categories = ["multimedia", "graphics", "data-structures"]

[dependencies]
ndarray = { version = ">=0.13.0" }
image = { version = ">=0.24.0", default-features = false }
thiserror = { version = ">=2.0.0, < 2.1" }