Click or drag to resize

HeifContextAddExifMetadata Method

Adds EXIF meta-data to the image.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public void AddExifMetadata(
	HeifImageHandle imageHandle,
	byte[] exif
)

Parameters

imageHandle  HeifImageHandle
The image handle.
exif  Byte
The EXIF data.
Exceptions
ExceptionCondition
ArgumentNullExceptionimageHandle is null. -or- exif is null.
ArgumentExceptionexif is an empty array.
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also