See: Description
| Interface | Description |
|---|---|
| ImageConversionReceiver |
An image conversion receiver receives the actual result of a image conversion.
|
| ImageConverter |
Interface for classes that can convert images.
|
| ImageInformer |
The ImageInformer interface defines the function
ImageInformer.getDimension(byte[]), which returns a Dimension object given a certain Image byte array. |
| Class | Description |
|---|---|
| AbstractImageConverter |
Abstract implementation of a ImageConverter.
|
| BytesInputStream |
Abstract implemntatinof a Image
|
| Dimension |
Represents the `dimension' of an image, i.e.
|
| DummyImageConverter |
A 'Dummy' converter for converting images when Imagemagick and JAI are not available.
|
| DummyImageInformer |
The `Dummy' ImageInformer can inform about an image without any external packages.
|
| Factory |
Loads the ImageConverters and ImageInformers.
|
| FileReceiver |
The 'image conversion receiver' storing the result in a File
|
| ImageConversionRequest |
Defines one Image convert request.
|
| ImageConversionRequestProcessor |
An ImageConversionRequest Processor is a daemon Thread which can handle image transformations.
|
| 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, PSD and SWF files
(or input streams).
|
| ImageMagickImageConverter |
Converts images using ImageMagick.
|
| ImageMagickImageConverter.Version | |
| ImageMagickImageInformer |
Informs about a image using the 'identify' binary of ImageMagick.
|
| Imaging |
Utilities related to Images.
|
| Imaging.CKey |
Structure with node-number and template.
|
| JAIImageConverter |
Converts Images using image Java Advanced Imaging
|
| JAIImageInformer |
Informs about a image using JAI.
|
| LazyDimension |
A 'lazy' dimension is a Dimension object which depends on an image-node and conversion
template.
|
| MemoryReceiver |
The 'image conversion receiver' storing the result in a File
|
| NodeReceiver |
The 'image conversion receiver' storing the result in an 'icaches' node.
|
| OutputStreamReceiver |
The 'image conversion receiver' storing result directly to an output stream.
|
The packages contains classes and interfaces related to conversion of images and finding information about them.
Since they are used in the Images an ImageCaches builders some of these classes were originally in the package org.mmbase.module.builders.
This is actually 1.8 functionallity, but some of it was backported to 1.7.4.
Images,
ImageCachesMMBase 1.9-SNAPSHOT - ${javadoctimestamp}