Libraryless. Click here for Pure Java version (3404L/20K).
1 | static BufferedImage addBufferedImages(BufferedImage... images) {
|
2 | BufferedImage img = null; |
3 | fOr (var img2 : nonNulls(images)) |
4 | img = img == null ? img2 : addBufferedImagesPixelByPixel(img, img2); |
5 | ret img; |
6 | } |
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: | 385 / 512 |
| Referenced in: | [show references] |