org.mycore.services.imaging.JAI
Interface MCRJAIEncoder

All Known Implementing Classes:
MCRJAIJPEGEnc

public interface MCRJAIEncoder


Method Summary
 void encode(RenderedImage image, OutputStream out)
           
 

Method Detail

encode

void encode(RenderedImage image,
            OutputStream out)
            throws IOException
Throws:
IOException