// m = cols, n = rows static LL imageToTiles_twoLevelList(BufferedImage img, int m, int n) { ret listToChunks(imageToTiles(img, m, n), m); }