Package org.apache.batik.transcoder.image
Provides transcoders for transcoding a SVG document fragment
to an image.
-
Interface Summary Interface Description PNGTranscoder.WriteAdapter This interface is used byPNGTranscoderto write PNG images through different codecs.TIFFTranscoder.WriteAdapter This interface is used byTIFFTranscoderto write TIFF images through different codecs. -
Class Summary Class Description ImageTranscoder This class enables to transcode an input to an image of any format.JPEGTranscoder This class is anImageTranscoderthat produces a JPEG image.JPEGTranscoder.OutputStreamWrapper This class will never throw an IOException, instead it eats them and then ignores any future calls to it's interface.JPEGTranscoder.QualityKey A transcoding Key represented the JPEG image quality.PNGTranscoder This class is anImageTranscoderthat produces a PNG image.TIFFTranscoder This class is anImageTranscoderthat produces a TIFF image.