release 5.1.0

This commit is contained in:
Looly
2019-12-18 18:11:11 +08:00
parent 0ff7dc86b9
commit 3eedc8a761
22 changed files with 22 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ public class ImgUtilTest {
}
@Test
// @Ignore
@Ignore
public void scaleTest2() {
ImgUtil.scale(FileUtil.file("e:/pic/test.jpg"), FileUtil.file("e:/pic/test_result.jpg"), 0.8f);
}