Thumbnailator is a thumbnail generation library with a fluent interface for Java. It simplifies the process of producing thumbnails from existing image files and image objects by providing an API which allows for fine tuning of thumbnail generation, while keeping the amount of code that needs to be written to a minimum.
| Tags | Software Development Libraries Image Processing thumbnails |
|---|---|
| Licenses | MIT/X |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: This release addresses an issue which caused OutOfMemoryErrors in Java 6 Update 45 and Java 7 Update 21.


Release Notes: This release added support for using the Exif metadata embedded in the source image to properly orient the thumbnail.


Release Notes: A user-reported bug has been fixed. The issue was, under certain circumstances, causing the automatically-generated filename of the thumbnail to have a misplaced the suffix when using the Rename class.


Release Notes: Thumbnailator is now available through the Maven Central Repository. This release introduces a minor change to the code to calculate the size of the thumbnail to prevent errors and possible distortion of the image.


Release Notes: This release introduces changes to the API. In addition, a highly-requested feature to create fixed-size thumbnails while keeping the aspect ratio of the original through the use of cropping has been implemented.