Table 6.111 — DRM_Image
Property |
Description |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Class |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Superclass |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Subclass |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Definition |
An instance of this DRM class defines one or more MIP levels of texels, and can have 3 dimensions. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Clarifications |
1 This is a meaningful short name. The data provider may use the <DRM Description> component to provide a more detailed description. 2 This specifies the colour model used throughout the given <DRM Image> instance. Only one colour model is allowed per <DRM Image> instance. 3 This specifies the number of Levels of Detail defined for the given <DRM Image> instance (for mipmaps). If this is not a mipmapped image, only one level will 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 MIPS information within the <DRM Image> will be valid on a given consumer's system. 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). 4 There are level_count entries in the 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. 5 This indicates how texels are represented within the given <DRM Image> instance; see Image_Signature for details. 6 This specifies the origin and direction of the horizontal and vertical components of the given <DRM Image> instance. 7 This specifies the direction in which the given <DRM Image> instance's z components are ordered. 8 This specifies the data type of the raw image data. If signed or unsigned integer is specified, the max size fields apply. If floating point is specified, the values range from 0.0 to 1.0. 9 This flag specifies the endianess of the raw image data. 10 This flag specifies whether the image data has 3 dimensions. 11 If 0 is specified, the image data does not contain alpha information. 12 If 0 is specified, the image data does not contain luminance information. 13 If 0 is specified, the image data does not contain colour information for this colour coordinate (R, C, H). 14 If 0 is specified, the image data does not contain colour information for this colour coordinate (G, M, S). 15 If 0 is specified, the image data does not contain colour information for this colour coordinate (B, Y, V). 16 If 0 is specified, the image data does not contain bump_map_height information. 17 If 0 is specified, the image data does not contain material 1 index information. If non-0 is specified, then 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%. 18 If this value is non-zero for a given <DRM Image> instance X, then
However, if bits_of_material_2 = 0, the given <DRM Image> instance's texel data do not contain material 2 index information. 19 If this value is non-zero for a given <DRM Image> instance X, then
However, if bits_of_material_3 = 0, the given <DRM Image> instance's texel data do not contain material 3 index information. 20 If required by the given <DRM Image> instance's image_signature, this field is used to specify the percentage of material 2. NOTE: the percentage of material 1 is (100% - (percentage of material 2)) 21 If required by the given <DRM Image> instance's image_signature, this 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)) 22 If 0 is specified, the image data does not contain image index information. 23 If 0 is specified, the image data does not contain bump_map_u information. 24 If 0 is specified, the image data does not contain bump_map_v information. 25 This is the minimum value that alpha can be within the image data; it is 0.0 if alpha is not used. 26 This is the maximum value that alpha can be within the image data; it is 0.0 if alpha is not used. 27 This is the minimum value that luminance can be within the image data; it is 0.0 if luminance is not used. 28 This is the maximum value that luminance can be within the image data; it is 0.0 if luminance is not used. 29 This is the minimum value that colour_coordinate_1 can be within the image data; it is 0.0 if not used. 30 This is the maximum value that colour_coordinate_1 can be within the image data; it is 0.0 if colour_coordinate_1 is not used. 31 This is the minimum value that colour_coordinate_2 can be within the image data; it is 0.0 if colour_coordinate_2 is not used. 32 This is the maximum value that colour_coordinate_2 can be within the image data; it is 0.0 if colour_coordinate_2 is not used. 33 This is the minimum value that colour_coordinate_3 can be within the image data; it is 0.0 if colour_coordinate_3 is not used. 34 This is the maximum value that colour_coordinate_3 can be within the image data; it is 0.0 if colour_coordinate_3 is not used. 35 This is the minimum value that bump_map_height can be within the image data; it is 0.0 if bump_map_height is not used. 36 This is the maximum value that bump_map_height can be within the image data; it is 0.0 if bump_map_height is not used. 37 This is the minimum value that bump_map_u can be within the image data; it is 0.0 if bump_map_u is not used. 38 This is the maximum value that bump_map_u can be within the image data; it is 0.0 if bump_map_u is not used. 39 This is the minimum value that bump_map_v can be within the image data; it is 0.0 if bump_map_v is not used. 40 This is the maximum value that bump_map_v can be within the image data; it is 0.0 if bump_map_v is not used. 41 If provided, this specifies either
42 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. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Example(s) |
|