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