LEADTOOLS Image Processing (Leadtools.ImageOptimization assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ImageOptimizerJpegColorSpace Enumeration
See Also  
Leadtools.ImageOptimization Namespace : ImageOptimizerJpegColorSpace Enumeration



Indicates the color space to be used when optimizing a Jpeg Image.

Syntax

Visual Basic (Declaration) 
Public Enum ImageOptimizerJpegColorSpace 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ImageOptimizerJpegColorSpace
C# 
public enum ImageOptimizerJpegColorSpace : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ImageOptimizerJpegColorSpace : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
JpegColorSpace411

Use the YUV 4:1:1 color space.

JpegColorSpace422

Use the YUV 4:2:2 color space.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also