Struct imagesize::Dimensions [] [src]

pub struct Dimensions {
    pub width: usize,
    pub height: usize,
}

Holds the size information of an image.

Fields

Width of an image in pixels.

Height of an image in pixels.