Uses of Class
org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam
Packages that use TIFFDecodeParam
-
Uses of TIFFDecodeParam in org.apache.xmlgraphics.image.codec.tiff
Constructors in org.apache.xmlgraphics.image.codec.tiff with parameters of type TIFFDecodeParamModifierConstructorDescriptionTIFFImage
(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)