Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1019756 // dm_scaledDownScreenshotFromOtherMachine - uses JPEG

JavaX fragment (include)

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: 274 / 302
Version history: 2 change(s)
Referenced in: [show references]