pub type Dimensions = Rect<usize>;
Describes Dimensions used for the aspect ratio of the output.
struct Dimensions { /* private fields */ }
Creates [Dimensions] from width and height.
Dimensions