public class TIFFTranscoderImageIOWriteAdapter extends Object implements TIFFTranscoder.WriteAdapter
TIFFTranscoder that writes TIFF images
through the Image I/O API.| Constructor and Description |
|---|
TIFFTranscoderImageIOWriteAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeImage(TIFFTranscoder transcoder,
BufferedImage img,
TranscoderOutput output)
Writes the specified image to the specified output.
|
public void writeImage(TIFFTranscoder transcoder, 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 © 2000–2024 Apache Software Foundation. All rights reserved.