Crate imgref [] [src]

Structs

Img

Basic struct used for both owned (alias ImgVec) and borrowed (alias ImgRef) image fragments.

Traits

ImgExt

Type Definitions

ImgRef

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

ImgVec

Image owning its pixels.