Visual Basic (Declaration) | |
---|---|
Public Enum CodecsJpeg2000ProgressionsOrder Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum CodecsJpeg2000ProgressionsOrder : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum CodecsJpeg2000ProgressionsOrder : public Enum |
C++/CLI | |
---|---|
public enum class CodecsJpeg2000ProgressionsOrder : public Enum |
Member | Description |
---|---|
LayerResolutionComponentPosition | Quality–axis order. Image starts out blurry and becomes clearer and more detailed as additional data is decoded. |
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. |
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. |
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. |
For an example, refer to CodecsJpeg2000Options.
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsJpeg2000ProgressionsOrder
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family