SEDRIS Reference Manual
APPENDIX B - Transmittal Access Level 1 API
Types
SE_Desired_Image_Parameters
/*
 * STRUCT: SE_Desired_Image_Parameters
 *
 *   Parameters to repack/convert an <Image> using the
 *   SE_GetRearrangedImageData() or SE_RearrangeImageData() functions.
 */
typedef struct
{

SE_Colour_Model colour_model;1
SE_Image_Signature image_signature;2
SE_Image_Scan_Direction scan_direction;3
SE_Image_Scan_Direction_Z scan_direction_z;4
SE_Image_Component_Type component_data_type;5
SE_Boolean ignore_negative_values;6
SE_Boolean make_values_little_endian;7
SE_Short_Integer_Unsigned bits_of_alpha;8
SE_Short_Integer_Unsigned bits_of_luminance;9
SE_Short_Integer_Unsigned bits_of_colour_coordinate_1;10
SE_Short_Integer_Unsigned bits_of_colour_coordinate_2;11
SE_Short_Integer_Unsigned bits_of_colour_coordinate_3;12
SE_Short_Integer_Unsigned bits_of_bump_map_height;13
SE_Short_Integer_Unsigned bits_of_material_1;14
SE_Short_Integer_Unsigned bits_of_material_2;15
SE_Short_Integer_Unsigned bits_of_material_3;16
SE_Short_Integer_Unsigned bits_of_material_2_percentage;17
SE_Short_Integer_Unsigned bits_of_material_3_percentage;18
SE_Short_Integer_Unsigned bits_of_image_index;19
SE_Short_Integer_Unsigned bits_of_bump_map_u;20
SE_Short_Integer_Unsigned bits_of_bump_map_v;21
} SE_Desired_Image_Parameters;


Field Notes

colour_model

colour model in which the data shall be returned

image_signature

Usually, the same image signature as the <Image>. However, in some cases, certain "down-sampling" or "up-sampling" is allowed.

Specifically, from a: