1 | static ImageSurface showQuickImage() {
|
2 | ret quickShowImage(); |
3 | } |
4 | |
5 | static ImageSurface showQuickImage(BufferedImage image) {
|
6 | ret quickShowImage(image); |
7 | } |
8 | |
9 | static ImageSurface showQuickImage(S title, BufferedImage image) {
|
10 | ret quickShowImage(title, image); |
11 | } |
12 | |
13 | ifclass RGBImage |
14 | static ImageSurface showQuickImage(S title, RGBImage image) {
|
15 | ret quickShowImage(title, image); |
16 | } |
17 | |
18 | static ImageSurface showQuickImage(RGBImage image) {
|
19 | ret quickShowImage(image); |
20 | } |
21 | endif |
22 | |
23 | ifclass BWImage |
24 | static ImageSurface showQuickImage(BWImage image) {
|
25 | ret quickShowImage(image); |
26 | } |
27 | endif |
28 | |
29 | static ImageSurface showQuickImage(BufferedImage image, S title) {
|
30 | ret quickShowImage(image, title); |
31 | } |
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: | 491 / 538 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |