Read data from specified strip
returns the image data from the strip specified by stripData
= readEncodedStrip(t
,stripNumber
)stripNumber
from the TIFF file represented by the Tiff
object
t
.
The readEncodedStrip
function trims the area in a strip that
falls outside of the ImageLength
boundary. Therefore, image data
from a strip at the bottom edge of the image can have different dimensions.
[
returns the YCbCr components of the strip data specified by
Y
,Cb
,Cr
] = readEncodedStrip(t
,stripNumber
)stripNumber
from the TIFF file represented by the
Tiff
object t
. Use this syntax only with
images that have a YCbCr photometric interpretation.
Depending upon the values of the YCbCrSubSampling
tag, the size
of the Cb
component can differ from the Y
component.
readEncodedStrip
returns image data from SVS files as RGB data
only, even for SVS files with YCbCr photometric interpretation.