HeifDecodingOptionsConvertHdrToEightBit Property |
Gets or sets a value indicating whether high bit-depth images should be converted to 8-bits-per-channel.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic bool ConvertHdrToEightBit { get; set; }Public Property ConvertHdrToEightBit As Boolean
Get
Set
public:
property bool ConvertHdrToEightBit {
bool get ();
void set (bool value);
}member ConvertHdrToEightBit : bool with get, set
Property Value
Boolean if high bit-depth images should be converted to 8-bits-per-channel; otherwise,
.
See Also