TIFFTranscoder.WriteAdapterpublic class TIFFTranscoderImageIOWriteAdapter extends java.lang.Object implements TIFFTranscoder.WriteAdapter
TIFFTranscoder that writes TIFF images
through the Image I/O API.| Constructor | Description |
|---|---|
TIFFTranscoderImageIOWriteAdapter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
writeImage(TIFFTranscoder transcoder,
java.awt.image.BufferedImage img,
TranscoderOutput output) |
Writes the specified image to the specified output.
|
public void writeImage(TIFFTranscoder transcoder, java.awt.image.BufferedImage img, TranscoderOutput output) throws TranscoderException
TIFFTranscoder.WriteAdapterwriteImage in interface TIFFTranscoder.WriteAdaptertranscoder - the calling PNGTranscoderimg - the image to writeoutput - the output where to store the imageTranscoderExceptionTIFFTranscoder.WriteAdapter.writeImage(TIFFTranscoder,
java.awt.image.BufferedImage, org.apache.batik.transcoder.TranscoderOutput)Copyright ? 2018 Apache Software Foundation. All Rights Reserved.