Read entire TIFF image
[
reads the YCbCr component data from the current image file directory in the TIFF
file. Use this syntax only with images that have a YCbCr photometric interpretation. Y
,Cb
,Cr
] = read(t
)
Depending upon the values of the YCbCrSubSampling
tag, the size
of the Cb
and Cr
components can differ from
the Y
component.
read
returns image data from SVS files as RGB data
only, even for SVS files with YCbCr photometric interpretation.