←Select platform

ImageOptimizerJpegColorSpace Enumeration

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

Syntax
C#
C++/CLI
Python
public enum ImageOptimizerJpegColorSpace 
public enum class ImageOptimizerJpegColorSpace : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class ImageOptimizerJpegColorSpace(Enum): 
   JpegColorSpace411 = 0 
   JpegColorSpace422 = 1 
Members
ValueMemberDescription
0JpegColorSpace411

Use the YUV 4:1:1 color space.

1JpegColorSpace422

Use the YUV 4:2:2 color space.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.