sbool imagesHaveSameSize(BufferedImage a, BufferedImage b) { ret a != null && b != null && a.getWidth() == b.getWidth() && a.getHeight() == b.getHeight(); }
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019149 |
Snippet name: | imagesHaveSameSize |
Eternal ID of this version: | #1019149/1 |
Text MD5: | 79ea56663bad9023a4ebf1fc9cbaafed |
Author: | stefan |
Category: | javax / imaging |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-25 12:10:47 |
Source code size: | 165 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 419 / 452 |
Referenced in: | [show references] |