mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
添加给图片添加全屏图片水印的方法
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user