public static interface PNGTranscoder.WriteAdapter
PNGTranscoder
to write PNG images
through different codecs.Modifier and Type | Method and Description |
---|---|
void |
writeImage(PNGTranscoder transcoder,
BufferedImage img,
TranscoderOutput output)
Writes the specified image to the specified output.
|
void writeImage(PNGTranscoder transcoder, 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 © 2000–2023 Apache Software Foundation. All rights reserved.