Uses 6469K of libraries. Click here for Pure Java version (4611L/32K/120K).
!7 p-subst { BufferedImage img = cast time(f singleImagePreferablyFromLastWebcam); if (img == null) { infoBox("Got no image"); ret; } ImageSurface is = showImage("Will upload in 3! Close window to stop this.", img); hideConsole(); sleepSeconds(3); if (!is.isShowing()) { infoBox("Upload cancelled."); ret; } setFrameTitle(is, "Uploading..."); S imageURL = uploadJPEGToImageServer(img, "User webcam image"); print("Image uploaded as " + imageURL); setFrameTitle(is, "Posting..."); if (postToStefansChat("[IMAGE] " + imageURL)) setFrameTitle(is, print("Posted image to chat!")); else setFrameTitle(is, print("Could not post image.")); }
Began life as a copy of #1009023
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1009033 |
| Snippet name: | Upload webcam image to Stefan's Chat [WORKS, uses JPG] |
| Eternal ID of this version: | #1009033/8 |
| Text MD5: | f9c726f056dfcdedfebbbd5b2e740cb7 |
| Transpilation MD5: | a14b413c5ab28e384b2192f0d581ccd4 |
| Author: | stefan |
| Category: | javax / desktop / camera |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-06-30 18:06:26 |
| Source code size: | 697 bytes / 21 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 768 / 1125 |
| Version history: | 7 change(s) |
| Referenced in: | [show references] |