Class | Description |
---|---|
AbstractImageOperation | |
ImageBinary |
This class extends a
Binary class with extra information regarding images: filename, mimetype and
color model. |
ImageMetaData | Deprecated
The behavior of this class has been moved into the
ImageBinary . |
ImageUtils |
Generic image manipulation utility methods.
|
ReusableInputStream | Deprecated
Since the introduction of the
ImageBinary this class has been deprecated as it exposes
Binary.getStream() which is far more convenient to use. |
ScaleImageOperation |
Creates a scaled version of an image.
|
ScalingParameters |
Parameters for a scaling operation: the width and height of the bounding box, and whether to do
upscaling or not.
|
Enum | Description |
---|---|
ColorModel | |
ImageMetaData.ColorModel | |
ImageUtils.ScalingStrategy |
The available strategies for scaling images.
|
Exception | Description |
---|---|
ImageMetadataException | Deprecated
This class is deprecated as part of deprecating
ImageMetaData |
UnsupportedImageException |
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.