1 | static RGBImage toRGBImage(BWImage img) { |
2 | ret img == null ? null : img.toRGB(); |
3 | } |
4 | |
5 | static RGBImage toRGBImage(BufferedImage img) { |
6 | ret img == null ? null : new RGBImage(img); |
7 | } |
Began life as a copy of #1014995
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: | #1014996 |
Snippet name: | toRGBImage |
Eternal ID of this version: | #1014996/3 |
Text MD5: | bbe6b53d0afb9aefd1e4b1ecb6e7c41d |
Author: | stefan |
Category: | javax / imaging |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-27 14:34:02 |
Source code size: | 186 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 468 / 489 |
Version history: | 2 change(s) |
Referenced in: | [show references] |