Package info.magnolia.imaging.operations.load

Interface Summary
ImageDecoder A simple abstraction to allow loading BufferedImages using other mechanisms than the default ImageIO.read().
 

Class Summary
AbstractFromContent<PT> Deprecated. since 5.0, use AbstractFromNode instead.
AbstractFromNode<PT> AbstractFromNode.
AbstractLoader<P extends ParameterProvider<?>> An abstract ImageOperation used to load images.
AbstractURLImageLoader<P extends ParameterProvider<?>> Loads images from a URL.
Blank<P extends ParameterProvider<?>> Just generates an empty BufferedImage canvas, fills it with the specified color if any.
ClasspathImageLoader<P extends ParameterProvider<?>> An ImageFilter which loads an image from the classpath.
DefaultImageIOImageDecoder Default implementation of an ImageDecoder.
FromBinaryNode ImageOperation loading from binary node of parent.
FromContent Deprecated. since 5.0, use FromBinaryNode instead.
FromNodeData Deprecated. since 5.0, use FromBinaryNode instead.
SunJPEGCodecImageDecoder An ImageDecoder implementation which uses JPEGImageDecoder (which might not be present on all systems), and if failing, falls back on DefaultImageIOImageDecoder.
SunJPEGCodecImageDecoderAlt An ImageDecoder implementation which uses JPEGImageDecoder (which might not be present on all systems), if it can determine the input is a JPEG image.
URLImageLoader<P extends ParameterProvider<?>> Loads an image off an arbitrary URL.
 



Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.