static Rect rgbBounds(RGBImage i) { ret i == null ? null : rect(0, 0, i.getWidth(), i.getHeight()); }