mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add test
This commit is contained in:
@@ -53,6 +53,13 @@ public class ImgUtilTest {
|
||||
new Rectangle(0, 0, 400, 240));
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void cutTest2() {
|
||||
final Image cut = ImgUtil.cut(ImgUtil.read("d:/test/logo_small.jpg"), 0, 0, 50);
|
||||
ImgUtil.write(cut, FileUtil.file("d:/test/target.jpg"));
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void rotateTest() throws IOException {
|
||||
|
Reference in New Issue
Block a user