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

4
LINES

< > BotCompany Repo | #1007096 // minImageWidth

JavaX fragment (include)

static int minImageWidth(L<RGBImage> images) {
  if (empty(images)) ret 0;
  ret collectMinInt(images, "width");
}

Author comment

Began life as a copy of #1007095

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1007096
Snippet name: minImageWidth
Eternal ID of this version: #1007096/1
Text MD5: 050e78c9067cd3f53f72a091a859f444
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-03 00:28:58
Source code size: 117 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 445 / 454
Referenced in: [show references]