public static interface PNGTranscoder.WriteAdapter
| Modifier and Type | Method and Description |
|---|---|
void |
writeImage(PNGTranscoder transcoder,
java.awt.image.BufferedImage img,
TranscoderOutput output)
Writes the specified image to the specified output.
|
void writeImage(PNGTranscoder transcoder, java.awt.image.BufferedImage img, TranscoderOutput output) throws TranscoderException
transcoder - the calling PNGTranscoderimg - the image to writeoutput - the output where to store the imageTranscoderException - if an error occured while storing the imageCopyright ? 2009 Apache Software Foundation. All Rights Reserved.