Function resampleBilinear

Resize image with bilinear filter

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