org.apache.batik.transcoder.image
public interface PNGTranscoder.WriteAdapter
Method Summary | |
---|---|
void | writeImage(PNGTranscoder transcoder, BufferedImage img, TranscoderOutput output)
Writes the specified image to the specified output. |
Parameters: transcoder the calling PNGTranscoder img the image to write output the output where to store the image
Throws: TranscoderException if an error occured while storing the image