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