static ImageSurface showQuickImage() { ret quickShowImage(); } static ImageSurface showQuickImage(BufferedImage image) { ret quickShowImage(image); } static ImageSurface showQuickImage(S title, BufferedImage image) { ret quickShowImage(title, image); } ifclass RGBImage static ImageSurface showQuickImage(S title, RGBImage image) { ret quickShowImage(title, image); } static ImageSurface showQuickImage(RGBImage image) { ret quickShowImage(image); } endif ifclass BWImage static ImageSurface showQuickImage(BWImage image) { ret quickShowImage(image); } endif static ImageSurface showQuickImage(BufferedImage image, S title) { ret quickShowImage(image, title); }
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: | #1019270 |
| Snippet name: | showQuickImage - synonym of quickShowImage |
| Eternal ID of this version: | #1019270/2 |
| Text MD5: | 05435c6d5f5680e450cd14a40f3802ed |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-10-28 18:18:24 |
| Source code size: | 711 bytes / 31 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 492 / 538 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |