Click or drag to resize

HeifEncodingOptionsCropWithImageGrid Property

Gets or sets a value indicating whether LibHeif should use an image grid for cropping.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public bool CropWithImageGrid { get; set; }

Property Value

Boolean
if LibHeif should use an image grid for cropping; otherwise, .
Remarks
This value was added in LibHeif version 1.9.2, it will be ignored on older versions.

It is used as a compatibility workaround for macOS.

See Also