Main Content
read
Read entire TIFF image
Description
[
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.
Examples
Input Arguments
Output Arguments
Limitations
read
returns image data from SVS files as RGB data only, even for SVS files with YCbCr photometric interpretation.
Version History
Introduced in R2009b