Libraryless. Click here for Pure Java version (5151L/34K).
static BWImage blendBWImages(BWImage bi1, BWImage bi2) { ret blendBWImages(bi1, bi2, 0.5); } static BWImage blendBWImages(BWImage bi1, BWImage bi2, double weight2) { ret BWImage(blendBufferedImages(toBufferedImage(bi1), toBufferedImage(bi2), weight2)); }
Began life as a copy of #1015024
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027294 |
Snippet name: | blendBWImages |
Eternal ID of this version: | #1027294/1 |
Text MD5: | d867b9874459c8c36668b3a4f76c731a |
Transpilation MD5: | c03565471123130745d2d22abc55b843 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-02-29 23:19:57 |
Source code size: | 265 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 166 / 248 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |