←Select platform

UseColorTransform Property

Summary

Enables or disables converting an RGB image to YUV space before compressing.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool UseColorTransform { get; set; } 
Public Property UseColorTransform As Boolean 
public bool UseColorTransform {get; set;} 
@property (nonatomic, assign) BOOL useColorTransform 
public boolean getUseColorTransform() 
public void setUseColorTransform(boolean value) 
             
 <br/>get_UseColorTransform();<br/>set_UseColorTransform(value);<br/>Object.defineProperty('UseColorTransform');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly