Click or drag to resize

HeifEncodingOptionsWriteNclxColorProfile Property

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

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
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