Products & Services Solutions Academia Support User Community Company

Learn more about MATLAB   

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

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS