Package com.flagstone.transform.util.image

This package contains a set of classes that are used to decode images in various formats so they can be added to a Flash movie.

See:
          Description

Interface Summary
ImageDecoder ImageDecoder is an interface that classes used to decode different image formats should implement in order to be registered with the ImageRegistry.
ImageProvider ImageProvider defines the interface that the ImageFactory uses to create instances of the ImageDecoder objects used to handle different image formats.
 

Class Summary
BMPDecoder BMPDecoder decodes Bitmap images (BMP) so they can be used in a Flash file.
BufferedImageDecoder BufferedImageDecoder decodes BufferedImages so they can be used in a Flash file.
BufferedImageEncoder BufferedImageEncoder generates BufferedImages from Flash image definitions.
ImageBlocker ImageBlocker is used to sub-divide an image into a set of blocks so they can be streamed using Screen Video.
ImageFactory ImageFactory is used to generate an image definition object from an image stored in a file, references by a URL or read from an stream.
ImageFilter ImageFilter contains a set of convenience methods for processing the pixels in an image.
ImageInfo Get file format, image resolution, number of bits per pixel and optionally number of images, comments and physical resolution from JPEG, GIF, BMP, PCX, PNG, IFF, RAS, PBM, PGM, PPM and PSD files (or input streams).
ImageRegistry ImageRegistry is used to provide a directory for registering ImageProviders that are used to decode different image formats.
ImageShape ImageShape is used to generate the shape definition that is required to display images in a Flash file.
JPGDecoder JPGDecoder decodes JPEG images so they can be used in a Flash file.
PNGDecoder PNGDecoder decodes Portable Network Graphics (PNG) format images so they can be used in a Flash file.
 

Enum Summary
ImageEncoding ImageEncoding describes the different image formats that can be decoded and added to a Flash movie.
 

Package com.flagstone.transform.util.image Description

This package contains a set of classes that are used to decode images in various formats so they can be added to a Flash movie.



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.