Module load_image::export::imgref[][src]

Expand description

Re-export of the imgref crate

Enums

ImgRefKind
ImgVecKind

Type Definitions

ImgRef

Reference to pixels inside another image. Pass this structure by value (i.e. ImgRef, not &ImgRef).

ImgVec

Image owning its pixels.