static IBWImage safeClipIBWImage(IBWImage img, Rect r) { ret clipIBWImage(img, intersectRects(r, rect(0, 0, img.getWidth(), img.getHeight()))); }