LibTIFF library version
versionString = Tiff.getVersion()
example
versionString = Tiff.getVersion() returns a character vector containing the version number of the LibTIFF library.
collapse all
Display the version of LibTIFF library.
Tiff.getVersion
ans = 'LIBTIFF, Version 4.1.0 Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc.'
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.
TIFFGetVersion
LibTIFF - TIFF Library and Utilities
Tiff
You have a modified version of this example. Do you want to open this example with your edits?