Function framing::scale [] [src]

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

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