Uses of Class
org.apache.batik.transcoder.image.TIFFTranscoder
Packages that use TIFFTranscoder
Package
Description
Provides transcoders for transcoding a SVG document fragment
to an image.
-
Uses of TIFFTranscoder in org.apache.batik.ext.awt.image.codec.imageio
Methods in org.apache.batik.ext.awt.image.codec.imageio with parameters of type TIFFTranscoderModifier and TypeMethodDescriptionvoid
TIFFTranscoderImageIOWriteAdapter.writeImage
(TIFFTranscoder transcoder, BufferedImage img, TranscoderOutput output) -
Uses of TIFFTranscoder in org.apache.batik.transcoder.image
Methods in org.apache.batik.transcoder.image with parameters of type TIFFTranscoderModifier and TypeMethodDescriptionvoid
TIFFTranscoder.WriteAdapter.writeImage
(TIFFTranscoder transcoder, BufferedImage img, TranscoderOutput output) Writes the specified image to the specified output.