Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1010162 // md5sOfImageComponents - includes pixel colors, but not component position

JavaX fragment (include)

static L<S> md5sOfImageComponents(final BufferedImage img, L<? extends PixelSet> components) {
  ret map(components, func(PixelSet set) {
    md5OfTransparentImage(cutOutPixelSet(img, set))
  });
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1010162
Snippet name: md5sOfImageComponents - includes pixel colors, but not component position
Eternal ID of this version: #1010162/3
Text MD5: b9c867fe79cd32f20ca76010b3057488
Author: stefan
Category: javax / imaging
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-05 17:40:54
Source code size: 201 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 408 / 457
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)