Libraryless. Click here for Pure Java version (5151L/34K).
1 | static BWImage blendBWImages(BWImage bi1, BWImage bi2) {
|
2 | ret blendBWImages(bi1, bi2, 0.5); |
3 | } |
4 | |
5 | static BWImage blendBWImages(BWImage bi1, BWImage bi2, double weight2) {
|
6 | ret BWImage(blendBufferedImages(toBufferedImage(bi1), toBufferedImage(bi2), weight2)); |
7 | } |
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: | 352 / 471 |
| Referenced in: | [show references] |