Package net.coobird.thumbnailator.tasks

This package provides classes which perform image input and output operations, which can be used to aid in creating and writing thumbnails to and from external sources.

See:
          Description

Class Summary
FileThumbnailTask A thumbnail generation task which reads and writes data from and to a File.
SourceSinkThumbnailTask<S,D> A ThumbnailTask which holds an ImageSource from which the image is read or retrieved, and an ImageSink to which the thumbnail is stored or written.
StreamThumbnailTask A thumbnail generation task which streams data from an InputStream to an OutputStream.
ThumbnailTask<S,D> This class is used by ThumbnailTask implementations which is used when creating thumbnails from external sources and destinations.
 

Exception Summary
UnsupportedFormatException An exception used to indicate that the specified format could not be used in an operation.
 

Package net.coobird.thumbnailator.tasks Description

This package provides classes which perform image input and output operations, which can be used to aid in creating and writing thumbnails to and from external sources.



Copyright © 2014. All rights reserved.