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

8
LINES

< > BotCompany Repo | #1019206 // rgbClipLineRange

JavaX fragment (include)

static RGBImage rgbClipLineRange(int y1, int y2, RGBImage r) {
  if (r == null) null;
  ret clipRGBImage(r, lineRangeClip(r.w(), y1, y2);
}

static RGBImage rgbClipLineRange(RGBImage r, int y1, int y2) {
  ret rgbClipLineRange(y1, y2, r);
}

Author comment

Began life as a copy of #1019201

download  show line numbers  debug dex  old transpilations   

Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019206
Snippet name: rgbClipLineRange
Eternal ID of this version: #1019206/3
Text MD5: 0008eaf88706aee40e13d71b70197339
Author: stefan
Category: javax / image processing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-27 21:10:22
Source code size: 247 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 213 / 267
Version history: 2 change(s)
Referenced in: [show references]