write - Class: Tiff
Write entire image
Syntax
tiffobj.write(imageData)
tiffobj.write(Y,Cb,Cr)
Description
tiffobj.write(imageData) writes
imageData to TIFF file associated with the Tiff object, tiffobj.
The write method breaks the data into strips or
tiles, depending on the value of the RowsPerStrip tag,
or the TileLength and TileWidth tags.
tiffobj.write(Y,Cb,Cr) writes the YCbCr
component data to the TIFF file.
See Also
Tiff.writeDirectory
Tutorials
 | workspace | | writeDirectory (Tiff) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit