Main Content

Tiff.getVersion

LibTIFF library version

Description

example

versionString = Tiff.getVersion() returns a character vector containing the version number of the LibTIFF library.

Examples

collapse all

Display the version of LibTIFF library.

Tiff.getVersion
ans = 
    'LIBTIFF, Version 4.6.0
     Copyright (c) 1988-1996 Sam Leffler
     Copyright (c) 1991-1996 Silicon Graphics, Inc.'

Algorithms

collapse all

References

This function corresponds to the TIFFGetVersion function in the LibTIFF C API. To use this function, you must be familiar with the TIFF specification and technical notes. View this documentation at LibTIFF - TIFF Library and Utilities.

Version History

Introduced in R2009b

See Also