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 byPNGTranscoder
to write PNG images through different codecs.TIFFTranscoder.WriteAdapter This interface is used byTIFFTranscoder
to 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 anImageTranscoder
that 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 anImageTranscoder
that produces a PNG image.TIFFTranscoder This class is anImageTranscoder
that produces a TIFF image.