Package org.mmbase.util.images

The packages contains classes and interfaces related to conversion of images and finding information about them.

See:
          Description

Interface Summary
ImageConverter  
ImageInformer The ImageInformer interface defines the function ImageInformer.getDimension(byte[]), which returns a Dimension object given a certain Image byte array.
 

Class Summary
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.
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.
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.
 

Package org.mmbase.util.images Description

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.

Since:
MMBase-1.7.4
See Also:
Images, ImageCaches


MMBase build 1.8.1.20060716