Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1020681 // imageToTiles_twoLevelList

JavaX fragment (include)

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

Author comment

Began life as a copy of #1016032

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020681
Snippet name: imageToTiles_twoLevelList
Eternal ID of this version: #1020681/1
Text MD5: 7109169305fa6b06d572d1cac5c1a6f0
Author: stefan
Category: javax / image analysis
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-30 20:55:56
Source code size: 160 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 220 / 247
Referenced in: [show references]