org.apache.batik.transcoder.image
Interface TIFFTranscoder.WriteAdapter

Enclosing class:
TIFFTranscoder

public static interface TIFFTranscoder.WriteAdapter

This interface is used by TIFFTranscoder to write TIFF images through different codecs.

Version:
$Id: TIFFTranscoder.java 1733416 2016-03-03 07:07:13Z gadams $

Method Summary
 void writeImage(TIFFTranscoder transcoder, BufferedImage img, TranscoderOutput output)
          Writes the specified image to the specified output.
 

Method Detail

writeImage

void writeImage(TIFFTranscoder transcoder,
                BufferedImage img,
                TranscoderOutput output)
                throws TranscoderException
Writes the specified image to the specified output.

Parameters:
transcoder - the calling PNGTranscoder
img - the image to write
output - the output where to store the image
Throws:
TranscoderException - if an error occured while storing the image


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.