mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +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));
|
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
|
@Test
|
||||||
@Ignore
|
@Ignore
|
||||||
public void rotateTest() throws IOException {
|
public void rotateTest() throws IOException {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user