image-ndarray 0.1.1

Zero-copy implementations for the Image crate to convert to and from ndarrays
Documentation
[dependencies.image]
default-features = false
version = ">=0.24.0"

[dependencies.ndarray]
version = ">=0.13.0"

[dependencies.thiserror]
version = ">=2.0.0, < 2.1"

[lib]
name = "image_ndarray"
path = "src/lib.rs"

[package]
authors = ["Gilles Vink <gillesvink@noreply.codeberg.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia", "graphics", "data-structures"]
description = "Zero-copy implementations for the Image crate to convert to and from ndarrays"
documentation = "https://docs.rs/image-ndarray"
edition = "2024"
keywords = ["image-processing", "array"]
license = "EUPL-1.2"
name = "image-ndarray"
readme = "README.md"
repository = "https://codeberg.org/gillesvink/image-ndarray"
version = "0.1.1"