Package org.apache.batik.transcoder.image
package org.apache.batik.transcoder.image
Provides transcoders for transcoding a SVG document fragment
to an image.
-
ClassDescriptionThis class enables to transcode an input to an image of any format.This class is an
ImageTranscoder
that produces a JPEG image.This class will never throw an IOException, instead it eats them and then ignores any future calls to it's interface.A transcoding Key represented the JPEG image quality.This class is anImageTranscoder
that produces a PNG image.This interface is used byPNGTranscoder
to write PNG images through different codecs.This class is anImageTranscoder
that produces a TIFF image.This interface is used byTIFFTranscoder
to write TIFF images through different codecs.