static BWImage bwHorizontalClip(BWImage img, IntRange r) { ret clipBWImage(img, r.start, 0, r.length(), img.getHeight()); }