Class SoVRTiffFileReader

  • All Implemented Interfaces:
    SafeDisposable

    public class SoVRTiffFileReader
    extends SoVolumeReader
    TIFF file reader. Volume reader for the TIFF file format. VolumeViz automatically selects this reader if a filename is given and the file extension is ".tiff" or ".tif".

    SoVRTiffFileReader load slices from a single multi-image TIFF file. To load a volume from multiple TIFF files, see the SoVRRasterStackReader class.

    All the images contained in the file should have the same size. If it is not the case, the reader will find the largest image and take all images with the same size.

    Supported:SoVRTiffFileReader is based on libTiff, meaning the reader is able to deal with images which follow the 5.0 or 6.0 TIFF spec (http://www.libtiff.org/support.html)

    • Constructor Detail

      • SoVRTiffFileReader

        public SoVRTiffFileReader()
        Constructor.