Docs.rs
image-0.12.4
image 0.12.4
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
theotherphil
fintelia
HeroicKatora
github:image-rs:publish
Dependencies
num-traits ^0.1.32
byteorder ^1.0.0
num-iter ^0.1.32
scoped_threadpool ^0.1
gif ^0.9.1
jpeg-decoder ^0.1
enum_primitive ^0.1.0
png ^0.6
num-rational ^0.1.32
num-complex ^0.1.32
glob ^0.2.10
Versions
Go to latest version
Platform
i686-apple-darwin
i686-pc-windows-gnu
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
image
Type Definition
image
::
GrayImage
[
−
]
[src]
type GrayImage =
ImageBuffer
<
Luma
<
u8
>,
Vec
<
u8
>>;
Sendable grayscale image buffer