This enumeration lists all possible JPEG decimation values. 
            
            Syntax
            Members
| Member | Description | 
| Decim_1x1_1x1_1x1 | For each Y sample, one Cb sample and one Cr sample are stored. | 
| Decim_1x2_1x1_1x1 | For each vertical pair of Y samples, one Cb sample and one Cr sample are stored. | 
| Decim_1x4_1x1_1x1 | For each four vertical Y samples, one Cb sample and one Cr sample are stored. | 
| Decim_1x4_1x2_1x2 | For each four vertical Y samples, two vertical Cb samples and two vertical Cr samples are stored. | 
| Decim_2x1_1x1_1x1 | For each horizontal pair of Y samples, one Cb sample and one Cr sample are stored. | 
| Decim_2x2_1x1_1x1 | For each four (two horizontal by two vertical) Y samples, one Cb sample and one Cr sample are stored. | 
| Decim_2x2_2x1_2x1 | For each four (two horizontal by two vertical) Y samples, two horizontal Cb samples and two horizontal Cr samples are stored. | 
| Decim_2x4_1x1_1x1 | For each eight (two horizontal by four vertical) Y samples, one Cb sample and one Cr sample are stored. | 
| Decim_4x1_1x1_1x1 | For each four horizontal Y samples, one Cb sample and one Cr sample are stored. | 
| Decim_4x1_2x1_2x1 | For each four horizontal Y samples, two horizontal Cb samples and two horizontal Cr samples are stored. | 
| Decim_4x2_1x1_1x1 | For each eight (four horizontal by two vertical) Y samples, one Cb sample and one Cr sample are stored. | 
| Decim_4x4_2x2_2x2 | For each 16 (four horizontal by four vertical) Y samples, four (two horizontal by two vertical) Cb samples and four (two horizontal by two vertical) Cr samples are stored. | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.JPG.ImGearDecimationTypes
 
            
            
            See Also