static RGBImage loadImage(String snippetIDOrURL) { ret new RGBImage(loadBufferedImage(snippetIDOrURL)); } static RGBImage loadImage(File f) { ret new RGBImage(loadBufferedImage(f)); }
Began life as a copy of #2000511
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, ofpaelxlmzfo, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1001958 |
| Snippet name: | loadImage |
| Eternal ID of this version: | #1001958/2 |
| Text MD5: | 8885de10697d882fe0da6139dcf48104 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-11-12 00:17:05 |
| Source code size: | 194 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1084 / 1321 |
| Version history: | 1 change(s) |
| Referenced in: | #1002427 - Accellerating 629 (SPIKE) #1004156 - loadBWImage #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1006821 - loadRGBImage - synonym of loadImage #3000382 - Answer for ferdie (>> t = 1, f = 0) |