scale

Function scale 

Source
pub fn scale<T>(width: usize, height: usize, frame: T) -> Scale<T>
Expand description

Scales a frame to the given size, using nearest-neighbor interpolation.