Table 6.111 — DRM_Image
Property |
Description |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Class |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Superclass |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Subclass |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Definition |
An instance of this DRM class specifies one or more MIP levels of texels, and can have 3 dimensions. The name field specifies a meaningful short name. The colour_model field specifies the colour model used throughout the given <DRM Image> instance. Only one colour model is allowed per <DRM Image> instance. The level_count field specifies the number of levels of detail defined for the given <DRM Image> instance (for mipmaps). If the given instance is not a MIP-mapped image, only one level will be defined (level_count == 1). Many end-user applications require that <DRM Image> instances having MIP levels specify both the horizontal and vertical dimensions as a power of 2. However, some applications can handle <DRM Image> instances for which the horizontal and vertical dimensions are a multiple of 2 rather than a power of 2. For example, 96 texels in a direction is a multiple of 2 but not a power of 2. Please note that SEDRIS places no restriction on either the dimensional size of an <DRM Image> instance, nor makes any statement as to whether the use of MIP information within the <DRM Image> instance will be valid on a given consumer’s system. There are level_count entries in the mip_extents_array. Each entry defines the “size” (the number of horizontal, vertical, and z texels) for a single MIP level of the given <DRM Image> instance. The first map shall contain the highest level of detail; that is, mip_extents_array[0] corresponds to the level containing the most texels. The image_signature field specifies how texels are represented within the given <DRM Image> instance; see Image_Signature for details. Note that for an <DRM Image> instance with an image_signature of EDCS_CLASSIFICATION_CODE, the bit size is a constant of sizeof(Classification_Code). The scan_direction field specifies the origin and direction of the horizontal and vertical components of the given <DRM Image> instance. The scan_direction_z field specifies the direction in which the given <DRM Image> instance’s z components are ordered. The component_data_type field specifies the data type of the raw image data. If signed or unsigned integer is specified, the maximum size fields apply. If floating point is specified, the values range from 0,0 to 1,0. The data_is_little_endian field specifies the endianess of the raw image data. The data_is_3D field specifies whether the image data has three dimensions. If zero is specified for bits_of_alpha, the image data does not contain alpha information. If zero is specified for bits_of_luminance, the image data does not contain luminance information. If zero is specified for bits_of_colour_coordinate_1, the image data does not contain colour information for this colour coordinate (R, C, H). If zero is specified for bits_of_colour_coordinate_2, the image data does not contain colour information for this colour coordinate (G, M, S). If zero is specified for bits_of_colour_coordinate_3, the image data does not contain colour information for this colour coordinate (B, Y, V). If zero is specified for bits_of_bump_map_height, the image data does not contain bump map height information. If zero is specified for bits_of_material_1, the image data does not contain material 1 index information. If non-zero is specified, this is an index into the <DRM Property Table> instance(s) that are referenced from the given <DRM Image> instance. NOTE With no material 2 or material 3 percentages, material_1 is at 100%. If the bits_of_material_2 field specifies non-zero for a given <DRM Image> instance X:
However, if bits_of_material_2 = 0, the given <DRM Image> instance’s texel data do not contain material 2 index information. If the bits_of_material_3 field specifies non-zero for a given <DRM Image> instance X:
However, if bits_of_material_3 = 0, the given <DRM Image> instance’s texel data do not contain material 3 index information. If required by the image_signature value the bits_of_material_2_percentage field is used to specify the percentage of material 2. NOTE The percentage of material 1 is (100% - (percentage of material 2)). If required by the image_signature value, the bits_of_material_3_percentage field is used to specify the percentage of material 3. NOTE The percentage of material 1 is (100% - (percentage of material 2) - percentage of material 3)). If zero is specified for bits_of_image_index, the image data does not contain image index information. If zero is specified for bits_of_bump_map_u, the image data does not contain bump map u information. If zero is specified for bits_of_bump_map_v, the image data does not contain bump map v information. The minimum_value_of_alpha field specifies the minimum value that alpha can be within the image data; it is 0,0 if alpha is not used. The maximum_value_of_alpha field specifies the maximum value that alpha can be within the image data; it is 0,0 if alpha is not used. The minimum_value_of_luminance field specifies the minimum value that luminance can be within the image data; it is 0,0 if luminance is not used. The maximum_value_of_luminance field specifies the maximum value that luminance can be within the image data; it is 0,0 if luminance is not used. The minimum_value_of_colour_coordinate_1 field specifies the minimum value that colour_coordinate_1 can be within the image data; it is 0,0 if colour_coordinate_1 is not used. The maximum_value_of_colour_coordinate_1 field specifies the maximum value that colour_coordinate_1 can be within the image data; it is 0,0 if colour_coordinate_1 is not used. The minimum_value_of_colour_coordinate_2 field specifies the minimum value that colour_coordinate_2 can be within the image data; it is 0,0 if colour_coordinate_2 is not used. The maximum_value_of_colour_coordinate_2 field specifies the maximum value that colour_coordinate_2 can be within the image data; it is 0,0 if colour_coordinate_2 is not used. The minimum_value_of_colour_coordinate_3 field specifies the minimum value that colour_coordinate_3 can be within the image data; it is 0,0 if colour_coordinate_3 is not used. The maximum_value_of_colour_coordinate_3 field specifies the maximum value that colour_coordinate_3 can be within the image data; it is 0,0 if colour_coordinate_3 is not used. The minimum_value_of_bump_map_height field specifies the minimum value that bump_map_height can be within the image data; it is 0,0 if bump_map_height is not used. The maximum_value_of_bump_map_height field specifies the maximum value that bump_map_height can be within the image data; it is 0,0 if bump_map_height is not used. The minimum_value_of_bump_map_u field specifies the minimum value that bump_map_u can be within the image data; it is 0,0 if bump_map_u is not used. The maximum_value_of_bump_map_u field specifies the maximum value that bump_map_u can be within the image data; it is 0,0 if bump_map_u is not used. The minimum_value_of_bump_map_v field specifies the minimum value that bump_map_v can be within the image data; it is 0,0 if bump_map_v is not used. The maximum_value_of_bump_map_v field specifies the maximum value that bump_map_v can be within the image data; it is 0,0 if bump_map_v is not used. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Clarifications |
1 If provided, the <DRM Classification Data> identifies the content of the imagery. 2 If provided, the <DRM Description> component may be used to provide a more detailed description than that specified by the name field. 3 If provided, this specifies either
4 This is intended to support geo-specific <DRM Image> instances that are not referenced by any <DRM Image Mapping Function>, because an <DRM Image> may be significant only for a particular domain, e.g. radar, thermal, out-the-window. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Class diagram |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Inherited field elements |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Field elements |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Associated to (one-way) (inherited) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Associated to (one-way) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Associated by (one-way) (inherited) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Associated by (one-way) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Associated with (two-way) (inherited) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Associated with (two-way) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Composed of (two-way) (inherited) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Composed of (two-way) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Composed of (two-way metadata) (inherited) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Composed of (two-way metadata) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Component of (two-way) (inherited) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Component of (two-way) |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Constraints |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Example(s) |
|