Crate img

Crate img 

Source
Expand description

TODO: Crate documentation: https://github.com/rust-lang/rust/blob/master/src/doc/book/documentation.md

Structs§

Gray
TODO: Struct documentation
ImageBuffer
TODO: Struct documentation
ImageVal
Newtype which wraps Image
PixelVal
Newtype which wraps Pixel
ScalarVal
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.
PixelArithmetic
Trait for Pixel types which can be used for arithmetic operations.
Scalar
Trait which defines the minimum requirements for a numeric type in the context of this crate.

Type Aliases§

Gray8U
Gray16U
Gray32F
Gray32U
Gray64F
GrayVal
GrayVal8U
GrayVal16U
GrayVal32F
GrayVal32U
GrayVal64F
ImageBufferVal