HeifEncodingOptionsWriteTwoColorProfiles Property

Gets or sets a value indicating whether two color profiles will be written when both ICC and NCLX profiles are available.

Definition

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

Property Value

Boolean
if two color profiles should be written; otherwise, .

Remarks

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

See Also