Package com.posttool.bitmap

Provides the FilteredBitmap class for sizing and manipulating images.

See:
          Description

Interface Summary
Filter This interface asks the implementing class to return an altered image as well as provide a unique string identified for use in the filename of the cached image.
ProcessListener A simple interface that provides an event based callback mechanism for FilteredImages.
 

Class Summary
FillFilter Simply adds a matte color over the existing image.
FilteredBitmap Provides a simple API to transform images in a variety of ways appropriate to web site or graphic display.
FilterQueue The thread that manages FilteredBitmap operations.
FilterUtils Utility to create an array of values in a 'line'.
GrayScaleFilter This filter converts the supplied image to grayscale.
LightenFilter Produces a simple linear adjustment to midtones and hilights of an image.
 

Package com.posttool.bitmap Description

Provides the FilteredBitmap class for sizing and manipulating images.