Extracting Image Data
Similar to data tables, the pixel data for images is extracted using a specialized function.
Organization and word order of returned data is determined by the image object’s field values.
extern SE_STATUS_CODE_ENUM
SE_UINT32 start_texel_horizontal,
SE_UINT32 start_texel_vertical,
SE_UINT32 stop_texel_horizontal,
SE_UINT32 stop_texel_vertical,
unsigned char **data_out_ptr);
Level 1 contains functions that can convert images between differing representations (color model, scan direction, pixel depth, etc.).