close - Class: Tiff
Close Tiff object
Syntax
tiffobj.close()
Description
tiffobj.close() closes a Tiff object.
Examples
Open a Tiff object and then close it.
% Replace 'myfile.tif' with a TIFF file on your MATLAB path.
t = Tiff('myfile.tif', 'w');
%
% Close Tiff object.
t.close();References
This method corresponds to the TIFFClose function
in the LibTIFF C API. To use this method, you must be familiar with
LibTIFF version 3.7.1 as well as the TIFF specification and technical
notes. View this documentation at LibTiff - TIFF
Library and Utilities.
Tutorials
 | close | | close (avifile) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit