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.
-
Class Summary Class Description FileThumbnailTask A thumbnail generation task which reads and writes data from and to aFile.SourceSinkThumbnailTask<S,D> AThumbnailTaskwhich holds anImageSourcefrom which the image is read or retrieved, and anImageSinkto which the thumbnail is stored or written.StreamThumbnailTask A thumbnail generation task which streams data from anInputStreamto anOutputStream.ThumbnailTask<S,D> This class is used byThumbnailTaskimplementations which is used when creating thumbnails from external sources and destinations. -
Exception Summary Exception Description UnsupportedFormatException An exception used to indicate that the specified format could not be used in an operation.