←Select platform

UseColorTransform Property

Summary
Enables or disables converting an RGB image to YUV space before compressing.
Syntax
C#
VB
Objective-C
C++
Java
public bool UseColorTransform { get; set; } 
Public Property UseColorTransform As Boolean 
@property (nonatomic, assign) BOOL useColorTransform 
public boolean getUseColorTransform() 
public void setUseColorTransform(boolean value) 
public: 
property bool UseColorTransform { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to convert to YUV space before compressing; false to not convert to YUV space before compressing.

Remarks

YUV space provides greater compression with higher image quality.

Example

For an example, refer to CodecsJpeg2000Options.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

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