This documentation is for the old version. Go to the latest Graphics Mill docs

Jpeg2kProgressionOrder Enumeration

Contains possible values for packets ordering in the code stream (progressions). Used in JPEG2000 compression.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Enumeration Jpeg2kProgressionOrder
C#
public enum Jpeg2kProgressionOrder

Members

Member name Description
Cprl

Component-position-resolution-layer ordering.

Pcrl

Position-component-resolution-layer ordering.

Rpcl

Resolution-position-component-layer ordering.

ResolutionScalable

The same as Rlcp.

Rlcp

Resolution-layer-component-position ordering.

RateScalable

The same as Lrcp.

Lrcp

Layer-resolution-component-position ordering.

See Also

Reference