org.mycore.services.imaging.JAI
Class MCRJAIJPEGEnc
java.lang.Object
org.mycore.services.imaging.JAI.MCRJAIJPEGEnc
- All Implemented Interfaces:
- MCRJAIEncoder
public class MCRJAIJPEGEnc
- extends Object
- implements MCRJAIEncoder
|
Field Summary |
protected com.sun.media.jai.codec.JPEGEncodeParam |
param
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
param
protected com.sun.media.jai.codec.JPEGEncodeParam param
MCRJAIJPEGEnc
public MCRJAIJPEGEnc()
MCRJAIJPEGEnc
public MCRJAIJPEGEnc(com.sun.media.jai.codec.JPEGEncodeParam param)
encode
public void encode(RenderedImage image,
OutputStream out)
throws IOException
- Specified by:
encode in interface MCRJAIEncoder
- Throws:
IOException