ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / JPEG 2000 Component API Reference / JPEG 2000 Component Enumerations Reference / enumJPEG2KProgressionOrders
In This Topic
    enumJPEG2KProgressionOrders
    In This Topic

    Specifies progression orders used for JPEG 2000 compression.

    Values:

    IG_JPEG2K_PROGRESSION_ORDER_LRCP Layer-Resolution-Component-Position (LRCP) progression order.
    IG_JPEG2K_PROGRESSION_ORDER_RLCP Resolution-Layer-Component-Position (RLCP) progression order.
    IG_JPEG2K_PROGRESSION_ORDER_RPCL Resolution-Position-Component-Layer (RPCL) progression order.
    IG_JPEG2K_PROGRESSION_ORDER_PCRL Position-Component-Resolution-Layer (PCRL) progression order.
    IG_JPEG2K_PROGRESSION_ORDER_CPRL Component-Position-Resolution-Layer (CPRL) progression order.

    Remarks:

    See the description of the PROGRESSION_ORDER control parameter (used by JPEG 2000 and JPX format filters).