1 | static BufferedImage dm_scaledDownScreenshotFromOtherMachine(S computerID, int width, O... _) {
|
2 | bool usePossiblyBrokenVersion = boolOptPar(_, 'usePossiblyBrokenVersion); |
3 | ret isMyComputerID(computerID) |
4 | ? scaledDownScreenshot(width) |
5 | : fromJPEG((byte[]) dm_evalOnOtherMachine(computerID, |
6 | (usePossiblyBrokenVersion ? "scaledDownScreenshot_jpeg_possiblyBroken" : "scaledDownScreenshot_jpeg") |
7 | + "(" + width + ")"));
|
8 | } |
download show line numbers debug dex old transpilations
Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019756 |
| Snippet name: | dm_scaledDownScreenshotFromOtherMachine - uses JPEG |
| Eternal ID of this version: | #1019756/3 |
| Text MD5: | 14958e90cfd92526f37539d1bbe5b64c |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-11-30 20:26:58 |
| Source code size: | 440 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 612 / 642 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |