static BWImage bwClip(BWImage img, int x1, int y1, int w, int h) { ret clipBWImage(img, x1, y1, w, h); } static BWImage bwClip(BWImage img, Rect r) { ret clipBWImage(img, r); }