←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) 
             
  
get_UseColorTransform(); 
set_UseColorTransform(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize