Sunday, September 8, 2013

Thumbnailator . 4 . six


Developer:

License / Price tag :

Past Up-to-date :

Group :
coobird More plans
MIT/X Consortium Lic... / FREE
September ninth, 2013, 06:39 GMT [ look at record ]
ROOT / Multimedia / Graphics

Thumbnailator is a thumbnail generation library for Java.

Building thumbnails in Java can be a relatively hard undertaking.

Finding out how to use the Image I/O API, Java Second API, graphic processing, graphic scaling approaches,... but worry not! Thumbnailator will make this operation doable.

Thumbnailator's fluent interface can be utilized to complete fairly difficult thumbnail processing activity in one particular simple action.

For instance, generating JPEG thumbnails of image information in a listing, all resized to a highest dimension of 640 pixels by 480 pixels although preserving the aspect ratio of the first image can be done by the adhering to :

Thumbnails.of(new File(" route /to/ listing ").listFiles())
 . sizing (640, 480)
 .outputFormat("jpg")
 .toFiles(Thumbnails.PREFIX_DOT_THUMBNAIL_RENAME)


The fluent interface offered by the Thumbnailator simplifies the process of creating thumbnails into a one strategy phone !



Product's homepage

Listed here are some critical attributes of "Thumbnailator":

· Develop high - top quality thumbnails from current photographs.
· Option to embed a watermark ( these as a emblem ) in the thumbnails.
· Resize current photos to desired dimensions.
· Transparency of the watermark is adjustable from clear (%) to opaque ( one hundred %).
· Numerous excellent modes for thumbnail technology.
· Supports rotation of thumbnail.
· Preserves the factor ratio of resulting thumbnail, if sought after.
· A fluent interface to simplify the approach of creating thumbnails programmatically.

Necessities :

· Java two Standard Edition Runtime Atmosphere

What's New in This Release : [ read complete changelog ]

Bug fixes:

This release addresses the adhering to concerns :

· Problem 54 - Fastened problems where ant could not be used to construct Thumbnailator.
· At first, construct.xml depended on data files designed by Eclipse, but the dependency has been eliminated
· Some unit examination cases would only pass on Java five, but conditional checks has been extra so that it will move on Java 5 and up. (This has been verified for Java 5, six and seven.)
· Challenge 55 - Fastened a bug that triggered the watermark to disappear in certain situations when making use of crop.
· Problem 56 - Preset a bug which brought on the watermark to be improperly positioned when the EXIF orientation metadata was utilised to re-orient the graphic.

Alterations to the LICENSE file:

· A adjust has been designed to the place of the LICENSE file.
· Originally, the LICENSE file was situated in the methods directory, but it has been moved to the root.
· In addition, the LICENSE file has been included to the META-INF directory of the JAR information becoming distributes via the downloads and through the Maven Central repository.


Download button
Via: Thumbnailator 0.4.6

No comments:

Post a Comment

LinkWithin

Related Posts Plugin for WordPress, Blogger...