setSubDirectory(t,offset)
sets the current IFD to the subimage file directory (subIFD) specified by
offset. Use this function when you want to access subIFDs
linked through the SubIFD tag.
Open a TIFF file and read the value of the SubIFD tag in the current IFD. The SubIFD tag contains byte offsets that specify the location of subIFDs in the IFD.
t = Tiff('example.tif','r');
Read the value of the SubIFD tag to get the subdirectory offsets. Multiple values in the offsets array indicate multiple subdirectories.
offsets = getTag(t,'SubIFD')
offsets = uint64
90114
Navigate to the first subIFD. If you have multiple subdirectories, then you can set any one of the subdirectories as the current directory.
This function corresponds to the TIFFSetSubDirectory 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.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.