- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://www.thebuzzmedia.com/software/imgscalr-java-image-scaling-library/
- 软件文档: http://www.thebuzzmedia.com/software/imgscalr-java-image-scaling-library/
- 官方下载: https://github.com/thebuzzmedia/imgscalr
软件介绍
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);
}
PHP Hacks
Jack Herrington D. / O'Reilly Media / 2005-12-19 / USD 29.95
Programmers love its flexibility and speed; designers love its accessibility and convenience. When it comes to creating web sites, the PHP scripting language is truly a red-hot property. In fact, PH......一起来看看 《PHP Hacks》 这本书的介绍吧!
