Uses of Class
org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
-
Packages that use TIFFDecodeParam Package Description org.apache.xmlgraphics.image.codec.tiff Contains a TIFF image codec. -
-
Uses of TIFFDecodeParam in org.apache.xmlgraphics.image.codec.tiff
Constructors in org.apache.xmlgraphics.image.codec.tiff with parameters of type TIFFDecodeParam Constructor Description TIFFImage(SeekableStream stream, TIFFDecodeParam param, int directory)
Constructs a TIFFImage that acquires its data from a given SeekableStream and reads from a particular IFD of the stream.TIFFImageDecoder(SeekableStream input, TIFFDecodeParam param)
-