HeifEncodingOptionsCropWithImageGrid Property

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

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
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