Synopsis
void HxExportIntData (HxImageRep img, int *data)
Input
HxImageRep img
Output
int *data
Description
The function HxExportIntData 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, HxExportByteData, HxMakeFromIntData,
Keywords
Export, Conversion,