static RGBImage clipRGBImage(RGBImage i, Rect r) { ret i == null || r == null ? null : i.clip(r); }