mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix test
This commit is contained in:
parent
692a4a695b
commit
f6a18afcba
@ -25,7 +25,9 @@ public class ImgUtilTest {
|
|||||||
@Test
|
@Test
|
||||||
@Ignore
|
@Ignore
|
||||||
public void scaleTest2() {
|
public void scaleTest2() {
|
||||||
ImgUtil.scale(FileUtil.file("e:/pic/test.jpg"), FileUtil.file("e:/pic/test_result.jpg"), 0.8f);
|
ImgUtil.scale(
|
||||||
|
FileUtil.file("d:/test/2.png"),
|
||||||
|
FileUtil.file("d:/test/2_result.jpg"), 600, 337, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user