[dependencies.image]
default-features = false
optional = true
version = ">=0.24.0"
[dependencies.ndarray]
optional = true
version = ">=0.13.0"
[dependencies.num-traits]
default-features = false
version = ">=0.2.0"
[dependencies.thiserror-no-std]
version = ">=2.0.0, < 2.1"
[dev-dependencies.rstest]
version = "0.26.1"
[features]
default = ["image"]
image = ["dep:image", "dep:ndarray"]
[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.2"