Uses 108K of libraries. Click here for Pure Java version (9399L/67K).
static ImageSurface jPixelatedZoomedImageSurface(double zoom, MakesBufferedImage img) { ImageSurface is = imageSurface(toBufferedImage(img)); imageSurface_pixelated(is); is.setZoom(zoom); ret is; }
Began life as a copy of #1005664
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027209 |
| Snippet name: | jPixelatedZoomedImageSurface |
| Eternal ID of this version: | #1027209/1 |
| Text MD5: | f0cc9bd7c6f5a99191e746b0f3856431 |
| Transpilation MD5: | f9d3656064d0eb0d8408175b53635833 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-02-26 10:52:15 |
| Source code size: | 210 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 422 / 569 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |