Libraryless. Click here for Pure Java version (3404L/20K).
static BufferedImage addBufferedImages(BufferedImage... images) { BufferedImage img = null; fOr (var img2 : nonNulls(images)) img = img == null ? img2 : addBufferedImagesPixelByPixel(img, img2); ret img; }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031373 |
| Snippet name: | addBufferedImages |
| Eternal ID of this version: | #1031373/1 |
| Text MD5: | 992b8d738459139be9efc06e2ae4ffb3 |
| Transpilation MD5: | 1a4259cb208c09e5c51473b0b359ae7c |
| Author: | stefan |
| Category: | javax / imaging |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-07 11:33:48 |
| Source code size: | 220 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 384 / 510 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1031374 - addBufferedImagesPixelByPixel #1031380 - addBufferedImages_minus50 |