info.magnolia.imaging.operations.load
Interface ImageDecoder

All Known Implementing Classes:
DefaultImageIOImageDecoder, SunJPEGCodecImageDecoder, SunJPEGCodecImageDecoderAlt

public interface ImageDecoder

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

Version:
$Id$

Method Summary
 BufferedImage read(InputStream in)
           
 

Method Detail

read

BufferedImage read(InputStream in)
                   throws IOException,
                          ImagingException
Throws:
IOException
ImagingException


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