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: | 731 / 737 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1020583 - rgb111 - reduce RGBImage colors to 1-1-1 format (8 colors, as a new RGBImage) |