static ImageSurface showZoomedBWImage(BWImage img) { ret showZoomedImage(img.getBufferedImage()); } static ImageSurface showZoomedBWImage(BWImage img, double zoom) { ret showZoomedImage(img.getBufferedImage(), zoom); } static ImageSurface showZoomedBWImage(S title, BWImage img) { ret showZoomedImage(title, img.getBufferedImage()); }
Began life as a copy of #1004564
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1018584 |
Snippet name: | showZoomedBWImage (default zoom is 2) |
Eternal ID of this version: | #1018584/4 |
Text MD5: | eab9487d63a0523b82d9a71455a8c88f |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-06 19:25:17 |
Source code size: | 352 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 362 / 401 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |