...Directory - Create new IFD and make it current IFD - MATLAB
writeDirectory(t)creates a new image file directory (IFD) and makes it the current IFD. example Examples collapse all Create a new TIFF file and add two new IFDs to the file. Create aTiffobject for a new file. t = Tiff('myfile.tif','w'); ...