LEADTOOLS Image Processing (Leadtools.ImageOptimization assembly)

ImageOptimizerJpegColorSpace Enumeration

Show in webframe





Indicates the color space to be used when optimizing a Jpeg Image.
Syntax
public enum ImageOptimizerJpegColorSpace : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ImageOptimizerJpegColorSpace 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ImageOptimizerJpegColorSpace

            

            
public enum class ImageOptimizerJpegColorSpace : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000JpegColorSpace411

Use the YUV 4:1:1 color space.

0x00000001JpegColorSpace422

Use the YUV 4:2:2 color space.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageOptimization.ImageOptimizerJpegColorSpace

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageOptimization Namespace