添加给图片添加全屏图片水印的方法

This commit is contained in:
imashimaro
2023-12-11 10:45:41 +08:00
parent 5f88089e4e
commit 5bf401e2fb
3 changed files with 177 additions and 0 deletions

View File

@@ -102,6 +102,18 @@ public class ImgUtilTest {
1f);
}
@Test
@Disabled
public void pressImageFullScreenTest() {
ImgUtil.pressImageFull(new File("/Users/imashimaro/Downloads/Background.png"),
new File("/Users/imashimaro/Downloads/Background_logo.png"),
new File("/Users/imashimaro/Downloads/logo.png"),
2,
30,
0.5F);
}
@Test
@Disabled
public void sliceByRowsAndColsTest() {