Docs.rs
csc411_image-0.5.2
csc411_image 0.5.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ndaniels
Dependencies
image =0.24.7
normal
Versions
28%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
csc411_
image
0.5.2
All Items
Crate Items
Re-exports
Modules
Structs
Traits
Crate
csc411_image
Copy item path
Source
Re-exports
§
pub use crate::imgtype::
Gray
;
pub use crate::imgtype::
Rgb
;
Modules
§
imgtype
Structs
§
Gray
Image
A struct containing a vector of Gray pixels, a width, height, and denominator
RgbImage
A struct containing a vector of RGB pixels, a width, height, and denominator
Traits
§
Read
Behavior that defines reading in a file returns either a RGB or Gray Image
Write
Behavior that defines writing an Image