Class TIFFImage

java.lang.Object
org.apache.xmlgraphics.image.rendered.AbstractRed
org.apache.xmlgraphics.image.codec.tiff.TIFFImage
All Implemented Interfaces:
RenderedImage, CachableRed

public class TIFFImage extends AbstractRed
  • Field Details

  • Constructor Details

    • TIFFImage

      public TIFFImage(SeekableStream stream, TIFFDecodeParam param, int directory) throws IOException
      Constructs a TIFFImage that acquires its data from a given SeekableStream and reads from a particular IFD of the stream. The index of the first IFD is 0.
      Parameters:
      stream - the SeekableStream to read from.
      param - an instance of TIFFDecodeParam, or null.
      directory - the index of the IFD to read from.
      Throws:
      IOException
  • Method Details