Name: color_subsampling_mode | Version Id: 1.0.0.0 | ||
---|---|---|---|
Description: The color_subsampling_mode attribute specifies the JPEG color subsampling mode used during compression. Valid values: '4:2:2' - 4:2:2 chroma subsampling, which is the typical case, '4:4:4' - 4:4:4 chroma sampling, which indicates no subsampling, 'Grayscale' - indicates a grayscale image | |||
Namespace Id: img | Steward: img | Class Name: JPEG_Parameters | Type: ASCII_Short_String_Collapsed |
Minimum Value: None | Maximum Value: None | Minimum Characters: 1 | Maximum Characters: 255 |
Unit of Measure Type: None | Default Unit Id: None | Attribute Concept: None | Conceptual Domain: SHORT_STRING |
Status: Active | Nillable: false | Pattern: None | |
Permissible Value(s) | Value | Value Meaning | |
4:2:2 | indicates 4:2:2 chroma subsampling. The typical case. The two chroma components are sampled at half the sample rate of luma: the horizontal chroma resolution is halved. This reduces the bandwidth of an uncompressed video signal by one-third with little to no visual difference. | ||
4:4:4 | Indicates 4:4:4 chroma sampling. Each of the three Y'CbCr components have the same sample rate, thus there is no chroma subsampling | ||
Grayscale | indicates a grayscale image |