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: 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.


Release Notes: This release adds a user-requested feature to independently specify the scaling factors for the width and height when resizing images.


Release Notes: A user-reported issue where the file extensions assigned to thumbnail file names would violate the principle of least surprise was fixed.