Visual Basic (Declaration) | |
---|---|
Public Enum CodecsJpeg2000ProgressionsOrder Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsJpeg2000ProgressionsOrder |
C# | |
---|---|
public enum CodecsJpeg2000ProgressionsOrder : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class CodecsJpeg2000ProgressionsOrder : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
ComponentPositionResolutionLayer | Color-axis order. Image starts out gray. Color is added as more data is decoded. Image data stored by color channel, starting with channely 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. |
LayerResolutionComponentPosition | Quality–axis order. Image starts out blurry and becomes clearer and more detailed as additional data is decoded. |
PositionComponentResolutionLayer | Position–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. |
ResolutionLayerComponentPosition | Resolution-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. |
ResolutionPositionComponentLayer | Resolution-axis order. Image starts out small and becomves larger as additional data is decoded. Higher compression ratios achieved by leaving lower resolutions in the file. |
For an example, refer to CodecsJpeg2000Options.
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsJpeg2000ProgressionsOrder
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)