←Select platform

CodecsJpeg2000ProgressionsOrder Enumeration

Summary

Indicates the order of progression.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum CodecsJpeg2000ProgressionsOrder   
Public Enum CodecsJpeg2000ProgressionsOrder  
    
    
public enum CodecsJpeg2000ProgressionsOrder    
typedef NS_ENUM(NSInteger, LTCodecsJpeg2000ProgressionsOrder) 
public enum CodecsJpeg2000ProgressionsOrder 
Leadtools.Codecs.CodecsJpeg2000ProgressionsOrder = function() { }; 
Leadtools.Codecs.CodecsJpeg2000ProgressionsOrder.prototype = {<br/> 
  LayerResolutionComponentPosition = 0, 
    ResolutionLayerComponentPosition = 1, 
    ResolutionPositionComponentLayer = 2, 
    PositionComponentResolutionLayer = 3, 
    ComponentPositionResolutionLayer = 4, 
     
 }; 
public enum class CodecsJpeg2000ProgressionsOrder   

Members

ValueMemberDescription
0LayerResolutionComponentPositionQuality axis order. Image starts out blurry and becomes clearer and more detailed as additional data is decoded.
1ResolutionLayerComponentPositionResolution-axis order. Image starts out small and becomes larger as additional data is decoded. Higher compression ratios achieved by leaving lower resolutions in the file.
2ResolutionPositionComponentLayerResolution-axis order. Image starts out small and becomes larger as additional data is decoded. Higher compression ratios achieved by leaving lower resolutions in the file.
3PositionComponentResolutionLayerPosition axis order. Image starts out as a series of blocks starting from the top left corner. Additional portions of the image become visible as more data is decoded. Image data stored by spatial location.
4ComponentPositionResolutionLayerColor-axis order. Image starts out gray. Color is added as more data is decoded. Image data stored by color channel, starting with channel Y, then U, then V. If the transform to YUV option is used, the lowest decompressed image level for RGB is grayscale. Otherwise, the output is only the red channel.
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