Click or drag to resize

Jp2EncoderOptionsCoderOptions Property

Gets or sets the coder options for faster compression / decompression.

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
public Jp2CoderOptions CoderOptions { get; set; }

Property Value

Type: Jp2CoderOptions
Remarks

The default value is Jp2CoderOptions.Predictable. These options may be combined to create error resilient JPEG2000 streams or for special codec (e.g. hardware coder) for a faster compression / decompression. These options will increase the file size slightly when generating a code stream with the same image quality. We recommend usage of Jp2CoderOptions.Predictable if fault tolerance is important.

The coder options can be set independently for each component in each tile.

See Also