Close Tiff object
close(t)
example
close(t) closes a Tiff object.
t
Tiff
collapse all
Create a Tiff object for a file, and then close it.
t = Tiff('example.tif','r'); close(t);
Tiff object representing a TIFF file. Use the Tiff function to create the object.
This function corresponds to the TIFFClose 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.
TIFFClose
LibTIFF - TIFF Library and Utilities
You have a modified version of this example. Do you want to open this example with your edits?