static RGBImage rgbClipBottom(RGBImage i, int h) { ret rgbClip(i, rect(0, i.getHeight()-h, i.getWidth(), h)); }