Libraryless. Click here for Pure Java version (14463L/89K).
1 | static ImageSurface pixelatedImageSurface() { |
2 | var is = imageSurface(); |
3 | imageSurface_pixelated(is); |
4 | ret is; |
5 | } |
6 | |
7 | static ImageSurface pixelatedImageSurface(BufferedImage etc img) { |
8 | var is = pixelatedImageSurface(); |
9 | is.setImage(img); |
10 | ret is; |
11 | } |
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: | 163 / 257 |
Version history: | 4 change(s) |
Referenced in: | [show references] |