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

3
LINES

< > BotCompany Repo | #1006372 // rgbRow - clip a single row from RGBImage

JavaX fragment (include)

static RGBImage rgbRow(RGBImage img, int y) {
  ret img.clip(0, y, img.w(), 1);
}

Author comment

Began life as a copy of #1006363

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1006372
Snippet name: rgbRow - clip a single row from RGBImage
Eternal ID of this version: #1006372/1
Text MD5: 25f2978738e826d6dd12b2784c2a620c
Author: stefan
Category: javax / imaging
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-29 22:06:02
Source code size: 83 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 480 / 490
Referenced in: [show references]