org.apache.batik.ext.awt.image.codec.png
public class PNGImageEncoder extends ImageEncoderImpl
Since: EA4
| Constructor Summary | |
|---|---|
| PNGImageEncoder(OutputStream output, PNGEncodeParam param) | |
| Method Summary | |
|---|---|
| void | encode(RenderedImage im)
This method encodes a RenderedImage into PNG.
|
RenderedImage into PNG.
The stream into which the PNG is dumped is not closed at
the end of the operation, this should be done if needed
by the caller of this method.