mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-03 20:27:58 +08:00
add test
This commit is contained in:
parent
48cc7f5b57
commit
b335a2e1dc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user