enumJPEG2KCodeBlockStyles
Bit flags that specify JPEG2K block coder modes.
Values:
IG_JPEG2K_CODE_BLOCK_STYLE_ALL_OFF |
Indicates that all switches are off. |
IG_JPEG2K_CODE_BLOCK_STYLE_BYPASS |
Selective MQ coder bypass. |
IG_JPEG2K_CODE_BLOCK_STYLE_RESET |
Reset context states. |
IG_JPEG2K_CODE_BLOCK_STYLE_RESTART |
Terminate and restart MQ coder. |
IG_JPEG2K_CODE_BLOCK_STYLE_CAUSAL |
Stripe-causal context information. |
IG_JPEG2K_CODE_BLOCK_STYLE_ERTERM |
Predictable termination. |
IG_JPEG2K_CODE_BLOCK_STYLE_SEGMARK |
Segmentation marker. |
Remarks:
Any combination of values from enumJPEG2KCodeBlockStyles is legal. See JPEG 2000 specification for detailed description of coder mode switches. Also see the description of the CODE_BLOCK_STYLE control parameter (used by JPEG 2000 and JPX format filters).