Main Content
readRGBATile
Read tile data using RGBA interface
Description
[
uses the RGBA interface to read a tile from the TIFF file associated with the
RGB
,alpha
] = readRGBATile(t
,row
,col
)Tiff
object t
. The tile is specified by
row
and col
which are the one-based row
and column numbers of any pixel in the requested tile.
The readRGBATile
function trims the area in a tile that falls
outside of the ImageLength
and ImageWidth
boundaries. Therefore, image data from tiles that occur on the bottom edge or the
right edge of the image can have different dimensions.
Examples
Input Arguments
Output Arguments
Algorithms
Version History
Introduced in R2009b