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