static LL bufferedImageMNGrid(int cols, int rows, BufferedImage img) { new LL out; for (L l : gridOfRects3(img.getWidth(), img.getHeight(), cols, rows)) out.add(r -> map(clipBufferedImage(img, r), l)); ret out; }