#include <IImageReadData.h>
Interface that defines mechanism for reading image data from a source.
- See Also
- IImageStream
- IReadDataImageStreamData
Reads data from underlying source, based on parameters in the specified image record. The image record defines the geometry for the data to read, including the area to read (left, top, width, height), the bytewidth for the specified buffer, the plane to read (if planar data), as well as the buffer into which the data should be read.
- Parameters
| outImageRecord | IN/OUT Defines dimensions for image, as well as data buffer |
- Returns
- kTrue if read is successful, else kFalse
- See Also
- IImageStream