static RGBImage rgbResize(RGBImage img, int w, int h) { ret new RGBImage(resizeImage(img.getBufferedImage(), w, h)); }