Libraryless. Click here for Pure Java version (8214L/47K).
sS bwImageHexPixelsSingleLine(BWImage img) { ret img == null ?: bytesToHex(img.pixels); } sS bwImageHexPixelsSingleLine(IBWImage img) { ret bwImageHexPixelsSingleLine(toBWImage(img)); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034848 |
| Snippet name: | bwImageHexPixelsSingleLine |
| Eternal ID of this version: | #1034848/2 |
| Text MD5: | e950287a927f0bc877170bc801dd3b76 |
| Transpilation MD5: | e9d7d03f94b2d606e02282af8e6556b9 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-11 05:14:22 |
| Source code size: | 196 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 380 / 501 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |