static L horizontalIntRangesToImages(BWImage img, L l) { new L l; for (IntRange r : l) l.add(img.clip(r.start, 0, r.end-r.start, img.getHeight())); ret l; }