Click or drag to resize

Jp2CoderOptions Enumeration

Coder option bit masks. Flagged.

Namespace:  Atalasoft.Imaging.Codec.Jpeg2000
Assembly:  Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[FlagsAttribute]
public enum Jp2CoderOptions
Members
  Member nameDescription
None
ContextReset
AllPassTerminate Only for decompression
VerticalCausalContext
Predictable
SegmentationSymbols
Remarks
These options may be combined to create error resilent Jpeg2000 streams or for special codecs (e.g. hardware coder) for a faster compression/decompression. These option wil increases the file size slightly when generating a code stream with the same image quality.
See Also