Skip to Main Content Skip to Search
Product Documentation

isTiled - Class: Tiff

Determine if tiled image

Syntax

bool = tiffobj.isTiled()

Description

bool = tiffobj.isTiled() returns true if the image has a tiled organization and false if the image has a stripped organization.

Examples

Open a Tiff object and check if the image in the TIFF file has a tiled or stipped organization. Replace myfile.tif with the name of a TIFF file on your MATLAB path.

t = Tiff('myfile.tif', 'r');
tf = t.isTiled();

References

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

Tutorials

  


Free MATLAB Interactive Kit

Explore how to use MATLAB to make advancements in engineering and science.


Download free kit

Trials Available

Try the latest version of MATLAB and other MathWorks products.


Get trial software
 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS