write(tiffobj,imageData)
write(tiffobj,Y,Cb,Cr)
write(tiffobj,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.
write(tiffobj,Y,Cb,Cr)
writes the YCbCr
component data to the TIFF file. Use this syntax only for images with
a YCbCr photometric interpretation.