Libraryless. Click here for Pure Java version (3410L/20K).
static BufferedImage addBufferedImages_minus50(BufferedImage... images) { BufferedImage img = null; fOr (var img2 : nonNulls(images)) img = img == null ? img2 : addBufferedImagesPixelByPixel_minus50(img, img2); ret img; }
Began life as a copy of #1031373
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031380 |
| Snippet name: | addBufferedImages_minus50 |
| Eternal ID of this version: | #1031380/1 |
| Text MD5: | b3aa00cc17564f657d702e1bb129ee76 |
| Transpilation MD5: | 21bf3eb0a1f2a0415f6a6781ed3bd9fa |
| 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 12:33:10 |
| Source code size: | 236 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 414 / 539 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |