Class TIFFTranscoderImageIOWriteAdapter
java.lang.Object
org.apache.batik.ext.awt.image.codec.imageio.TIFFTranscoderImageIOWriteAdapter
- All Implemented Interfaces:
TIFFTranscoder.WriteAdapter
public class TIFFTranscoderImageIOWriteAdapter
extends Object
implements TIFFTranscoder.WriteAdapter
This class is a helper to
TIFFTranscoder
that writes TIFF images
through the Image I/O API.- Version:
- $Id: TIFFTranscoderImageIOWriteAdapter.java 1808978 2017-09-20 09:23:26Z ssteiner $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeImage
(TIFFTranscoder transcoder, BufferedImage img, TranscoderOutput output) Writes the specified image to the specified output.
-
Constructor Details
-
TIFFTranscoderImageIOWriteAdapter
public TIFFTranscoderImageIOWriteAdapter()
-
-
Method Details
-
writeImage
public void writeImage(TIFFTranscoder transcoder, BufferedImage img, TranscoderOutput output) throws TranscoderException Description copied from interface:TIFFTranscoder.WriteAdapter
Writes the specified image to the specified output.- Specified by:
writeImage
in interfaceTIFFTranscoder.WriteAdapter
- Parameters:
transcoder
- the calling PNGTranscoderimg
- the image to writeoutput
- the output where to store the image- Throws:
TranscoderException
- See Also:
-