HeifContextAddExifMetadata(HeifImageHandle, ReadOnlySpanByte) Method
Adds EXIF meta-data to the image.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public void AddExifMetadata(
HeifImageHandle imageHandle,
ReadOnlySpan<byte> exif
)
Public Sub AddExifMetadata (
imageHandle As HeifImageHandle,
exif As ReadOnlySpan(Of Byte)
)
public:
void AddExifMetadata(
HeifImageHandle^ imageHandle,
ReadOnlySpan<unsigned char>^ exif
)
member AddExifMetadata :
imageHandle : HeifImageHandle *
exif : ReadOnlySpan<byte> -> unit
Parameters
- imageHandle HeifImageHandle
- The image handle.
- exif ReadOnlySpanByte
- The EXIF data.