void ImageResizeNN(Pointer<ImageC> image, int newWidth, int newHeight) { return _ImageResizeNN(image, newWidth, newHeight); }