Libraryless. Click here for Pure Java version (10900L/62K).
1 | static BufferedImage testBlockOptimizedIntMatrix(BufferedImage img default shootScreen2()) { |
2 | int blockShift = 3; |
3 | BlockOptimizedIntMatrix m = new(img.getWidth(), img.getHeight(), blockShift); |
4 | copyMatrix(imageToMatrix(img), m); |
5 | print("Size before opt=", deepObjectSize(m)); |
6 | m.optimize(); |
7 | print("Size after opt=", deepObjectSize(m)); |
8 | assertSameImage(img, matrixToImage(m)); |
9 | ret img; |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1035238 |
Snippet name: | testBlockOptimizedIntMatrix |
Eternal ID of this version: | #1035238/1 |
Text MD5: | b755b50d2c96e4b43fa3ae317b39ea04 |
Transpilation MD5: | 616cfbd49740fe7287c5c08ed0c43021 |
Author: | stefan |
Category: | javax / imaging |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-04-21 02:06:31 |
Source code size: | 406 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 112 / 175 |
Referenced in: | [show references] |