Codec

Jpeg2000Image.Codec property

This property retrieves the JPEG2000 codec associated with the image. The JPEG2000 codec is responsible for encoding and decoding the image data in the JPEG2000 format, providing efficient compression while maintaining high image quality. Accessing this codec can be useful for performing advanced image processing operations or optimizing image compression settings tailored to specific requirements.

public Jpeg2000Codec Codec { get; }

Property Value

The codec.

See Also