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

7
LINES

< > BotCompany Repo | #1015490 // rgb332 - reduce RGBImage colors to 3-3-2 format (as a new RGBImage)

JavaX fragment (include)

static RGBImage rgb332(RGBImage rgb) {
  ret new Image332(rgb).toRGB();
}

static RGBImage rgb332(BufferedImage img) {
  ret rgb332(new RGBImage(img));
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1015490
Snippet name: rgb332 - reduce RGBImage colors to 3-3-2 format (as a new RGBImage)
Eternal ID of this version: #1015490/3
Text MD5: 5b14aafe219ead2260e9f576a6dd6967
Author: stefan
Category: javax / imaging
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-27 23:02:26
Source code size: 159 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 414 / 430
Version history: 2 change(s)
Referenced in: [show references]