public class PNGTranscoderImageIOWriteAdapter extends Object implements PNGTranscoder.WriteAdapter
PNGTranscoder that writes PNG images
through the Image I/O API.| Constructor and Description |
|---|
PNGTranscoderImageIOWriteAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeImage(PNGTranscoder transcoder,
BufferedImage img,
TranscoderOutput output) |
public void writeImage(PNGTranscoder transcoder, BufferedImage img, TranscoderOutput output) throws TranscoderException
Copyright © 2000–2022 Apache Software Foundation. All rights reserved.