Synopsis
void HxExportByteData (HxImageRep img, HxByte *data)
Input
HxImageRep img
Output
HxByte *data
Description
The function HxExportByteData places the data of the image img in the array `data'. Starting with the upper left pixel it stores every row from left to right. The array should have a size equal to the dimensionality of the pixels times the number of pixels in the image. The array should already be allocated.
Remarks
See also
HxExportDoubleData, HxExportFloatData, HxMakeFromByteData,
Keywords
Export, Conversion,