Uses 108K of libraries. Click here for Pure Java version (9301L/68K).
1 | svoid invertImageSurface(ImageSurface is) {
|
2 | if (is == null) ret; |
3 | BufferedImage img = is.getImage(); |
4 | if (img == null) ret; |
5 | is.setImage(invertedImage(img)); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1026032 |
| Snippet name: | invertImageSurface |
| Eternal ID of this version: | #1026032/1 |
| Text MD5: | f115a9c0e471c952e857f4c42f54c806 |
| Transpilation MD5: | f84a58360d351abf502081cbd0022db3 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-11-10 21:41:19 |
| Source code size: | 169 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 458 / 609 |
| Referenced in: | [show references] |