Thumbnailator

Thumbnailator
  • Downloads: 198
  • Requirements:
  • Size:
  • Licence:
  • Version: 0.4.5
  • 2013-26-05
  • Publisher Site:



Thumbnailator

Share

Thumbnailator is a thumbnail generation library for Java.Making thumbnails in Java can be a fairly difficult task.Learning how to use the Image I/O API, Java 2D API, image processing, image scaling techniques, ... but fear not! Thumbnailator will make this operation possible.Thumbnailator's fluent interface can be used to perform fairly complicated thumbnail processing task in one simple step.For example, creating JPEG thumbnails of image files in a directory, all resized to a maximum dimension of 640 pixels by 480 pixels while preserving the aspect ratio of the original image can be performed by the following:Thumbnails.of(new File("path/to/directory").listFiles()) .size(640, 480) .outputFormat("jpg") .toFiles(Thumbnails.PREFIX_DOT_THUMBNAIL_RENAME);The fluent interface provided by the Thumbnailator simplifies the task of making thumbnails into a single method call!Produc
Thumbnailator is a thumbnail generation library for Java.Making thumbnails in Java can be a fairly difficult task.Learning how to use the Image I/O API, Java 2D API, image processing, image scaling techniques, ... but fear not! Thumbnailator will make this operation possible.Thumbnailator's fluent interface can be used to perform fairly complicated thumbnail processing task in one simple step.For example, creating JPEG thumbnails of image files in a directory, all resized to a maximum dimension of 640 pixels by 480 pixels while preserving the aspect ratio of the original image can be performed by the following:Thumbnails.of(new File("path/to/directory").listFiles()) .size(640, 480) .outputFormat("jpg") .toFiles(Thumbnails.PREFIX_DOT_THUMBNAIL_RENAME);The fluent interface provided by the Thumbnailator simplifies the task of making thumbnails into a single method call!Produc  . you can free download Thumbnailator now.
Soft85 only provide legal software, please help us keeping pur site legal, if you think this page is violating copyrights please let us know by clicking here Here






comments powered by Disqus

Download Thumbnailator _FREE_