Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

ProgressionOrder

Grooper.IP

Defines the progression order for JPEG 2000 compression.

Remarks

The ProgressionOrder enumeration specifies the order in which image data is stored and decoded in a JPEG 2000 file. Progression order affects how the image is reconstructed as it is loaded or transmitted, which can impact both performance and the user experience in multi-resolution or streaming scenarios.

Choosing the right progression order is important for applications where images may be viewed at different resolutions, or where quick previewing of the image is desired before full detail is available. The default, 'LRCP', is suitable for most use cases, but other options may be required for compatibility with specific viewers or workflows.

Configuration Guidance

  • Use 'LRCP' for general-purpose compression and compatibility.
  • Select other progression orders only if you have a specific requirement or are advised by downstream system documentation.
  • Test your settings with your intended viewers or consumers to ensure the desired behavior.

Can be one of the following values:

NameValueDescription

Used By

Notification