Expand description
TODO: Crate documentation: https://github.com/rust-lang/rust/blob/master/src/doc/book/documentation.md
Structs§
- Gray
- TODO: Struct documentation
- Image
Buffer - TODO: Struct documentation
- Image
Val - Newtype which wraps
Image - Pixel
Val - Newtype which wraps
Pixel - Scalar
Val - Newtype which wraps
Scalar
Traits§
- Image
- Trait which defines the minimum requirements for an image implementation.
- Pixel
- Trait which defines the minimum requirements for a pixel layout implementation.
- Pixel
Arithmetic - Trait for
Pixeltypes which can be used for arithmetic operations. - Scalar
- Trait which defines the minimum requirements for a numeric type in the context of this crate.