HeifEncodingOptionsWriteNclxColorProfile Property

Gets or sets a value indicating whether a NCLX color profile will be written.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public bool WriteNclxColorProfile { get; set; }

Property Value

Boolean
if a NCLX color profile will be written; otherwise, .

Remarks

This value was added in LibHeif version 1.11.0, it will be ignored on older versions.

It is used as a compatibility workaround for some versions of macOS and iOS that cannot read images with a NCLX color profile.

See Also