Libraryless. Click here for Pure Java version (4298L/24K).
sS dm_showPixelatedImage(BufferedImage etc image) { S mod = dm_showImage(image); dm_callOpt(mod, "pixelate"); ret mod; } sS dm_showPixelatedImage(S title, BufferedImage etc image) { S mod = dm_showImage(title, image); dm_callOpt(mod, "pixelate"); ret mod; }
Began life as a copy of #1029733
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033040 |
| Snippet name: | dm_showPixelatedImage |
| Eternal ID of this version: | #1033040/2 |
| Text MD5: | a39497d03da85e984a77799b59b17801 |
| Transpilation MD5: | 79b6f371ba6beb4ad9b7a942acad63f0 |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-11 17:23:19 |
| Source code size: | 280 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 389 / 484 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |