Java图像缩放类库imgscalr.zip

时间:2022-08-06 00:09:24
【文件属性】:

文件名称:Java图像缩放类库imgscalr.zip

文件大小:18.59MB

文件格式:ZIP

更新时间:2022-08-06 00:09:24

开源项目

imgscalr 是一个对图片进行缩放的 Java 类库。 示例代码: import static org.imgscalr.Scalr.*; public static BufferedImage createThumbnail(BufferedImage img) { // Create quickly, then smooth and brighten it. img = resize(img, Method.SPEED, 125, OP_ANTIALIAS, OP_BRIGHTER); // Let's add a little border before we return result. return pad(img, 4); } 标签:imgscalr


【文件预览】:
imgscalr-master
----src()
--------test()
--------main()
----LICENSE(11KB)
----build.xml(3KB)
----pom.xml(4KB)
----.gitignore(37B)
----README(20KB)

网友评论