Click or drag to resize

Jp2EncoderOptionsPacketMarkers Property

Gets or sets a value that creates special markers at the beginning and/or at the end of each block of a coded area.

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 Jp2PacketMarkers PacketMarkers { get; set; }

Property Value

Type: Jp2PacketMarkers
Remarks

Default value is Jp2PacketMarkers.Sop | Jp2PacketMarkers.Eph. These markers improve error resilience and improve the speed of decoding a region of an image.

Packet markets can be set independently for each component in each tile.

See Also