Thumbnailator是一个Java缩略图生成类库。利用其提供的简单API,两三行代码就能够从现有图片生成缩略图。支持根据一个目录批量生成缩略图。
在Java制作缩略图可以是一个相当艰巨的任务。学习如何使用图像I/O API的,Java 2D API的,图像处理,图像
缩放技术,但不要害怕!Thumbnailator将使此操作
成为可能。Thumbnailator的流畅接口可以被用来执行相当
复杂的缩略图在一个简单的步骤处理任务。&">nbsp;
Thumbnailator 0.3.2更新日志:
·Added the forceSize method to the Thumbnails builder interface to force the size of the thumbnail to the specified dimensions. (equivalent to using the size method along with the keepAspectRatio(false) method.)
·Added the Canvas image filter class which can be used to crop or add a border to the resulting thumbnail.
下载地址:
http://code.google.com/p/thumbnailator/downloads/detail?name=Thumbnailator-0.3.2-all.jar
http://code.google.com/p/thumbnailator/downloads/detail?name=Thumbnailator-0.3.2-javadoc.zip
http://code.google.com/p/thumbnailator/downloads/detail?name=Thumbnailator-0.3.2.jar