Libraryless. Click here for Pure Java version (14463L/89K).
static ImageSurface pixelatedImageSurface() { var is = imageSurface(); imageSurface_pixelated(is); ret is; } static ImageSurface pixelatedImageSurface(BufferedImage etc img) { var is = pixelatedImageSurface(); is.setImage(img); ret is; }
Began life as a copy of #1019213
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033684 |
| Snippet name: | pixelatedImageSurface |
| Eternal ID of this version: | #1033684/5 |
| Text MD5: | 8baef92522df4e18aae17856d84aafc6 |
| Transpilation MD5: | 06de8917fb7abcac5a90bfb763736626 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-01 22:24:35 |
| Source code size: | 260 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 403 / 533 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |