Main Content
readRGBAStrip
Read strip data using RGBA interface
Description
[
reads a strip of image data specified by RGB
,alpha
] = readRGBAStrip(t
,row
)row
from the TIFF file
associated with the Tiff
object t
using the
RGBA interface.
The readRGBAStrip
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.
Examples
Input Arguments
Output Arguments
Algorithms
Version History
Introduced in R2009b