1 | static BufferedImage invertedImage(BufferedImage img) {
|
2 | img = cloneBufferedImage(img); |
3 | invertImage(img); |
4 | ret img; |
5 | } |
Began life as a copy of #1004506
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: | #1006600 |
| Snippet name: | invertedImage - invert a BufferedImage (return clone) |
| Eternal ID of this version: | #1006600/1 |
| Text MD5: | 42e06bfb10bbc315277da8a2b9270323 |
| Author: | stefan |
| Category: | javax / imaging |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-01-20 18:08:34 |
| Source code size: | 125 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 753 / 775 |
| Referenced in: | [show references] |