This commit is contained in:
Looly
2024-03-28 21:57:41 +08:00
parent eaed0bb932
commit 436b9199ef
10 changed files with 523 additions and 307 deletions

View File

@@ -107,6 +107,7 @@ public class ImgTest {
final Image img = ImgUtil.getImage(UrlUtil.getURL(file));
ImgUtil.scale(img, fileScale, 0.8f);
ImgUtil.flush(img);
}
@Test