HeifEncodingOptionsWriteNclxColorProfile Property |
Gets or sets a value indicating whether a NCLX color profile will be written.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic bool WriteNclxColorProfile { get; set; }Public Property WriteNclxColorProfile As Boolean
Get
Set
public:
property bool WriteNclxColorProfile {
bool get ();
void set (bool value);
}member WriteNclxColorProfile : bool with 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