pub fn nearest_neighbor_scale( src: &Image, dst_width: usize, dst_height: usize, ) -> Vec<u32>
Scale an image to dst_width x dst_height using nearest-neighbor sampling.
dst_width x dst_height
Returns a new pixel buffer.