Function resampleNearestNeighbor

Resize image with nearest-neighbor filter

SuperImage resampleNearestNeighbor (
  SuperImage img,
  in const(uint) newWidth,
  in const(uint) newHeight
);