static BufferedImage dm_scaledDownScreenshotFromOtherMachine(S computerID, int width, O... _) { bool usePossiblyBrokenVersion = boolOptPar(_, 'usePossiblyBrokenVersion); ret isMyComputerID(computerID) ? scaledDownScreenshot(width) : fromJPEG((byte[]) dm_evalOnOtherMachine(computerID, (usePossiblyBrokenVersion ? "scaledDownScreenshot_jpeg_possiblyBroken" : "scaledDownScreenshot_jpeg") + "(" + width + ")")); }
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: | 357 / 384 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1020145 - dm_webCamImageFromOtherMachine - uses JPEG #1028317 - dm_screenshotFromOtherMachine - uses JPEG |