readEncodedTile
Read data from specified tile
Description
returns image data contained in the tile specified by tileData
= readEncodedTile(t
,tileNumber
)tileNumber
from the TIFF file represented by the Tiff
object
t
.
The readEncodedTile
function trims the area in a tile that is
outside of the ImageLength
and ImageWidth
boundaries. Therefore, image data from tiles that occur on the right edge or the
bottom edge of the image can have different dimensions.
[
returns the YCbCr components of the image data contained in the tile specified by
Y
,Cb
,Cr
] = readEncodedTile(t
,tileNumber
)tileNumber
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.
Examples
Input Arguments
Output Arguments
Limitations
readEncodedTile
returns image data from SVS files as RGB data only, even for SVS files with YCbCr photometric interpretation.
Algorithms
Version History
Introduced in R2009b