Embeds this metadata into an existing JPEG.
Syntax

[C#]

byte[] Embed(byte[] data);
string Embed(string path);

[Visual Basic]

Function Embed(data As Byte()) As Byte()
Function Embed(path As String) As String
Params
Name Description
data The byte data of an existing JPEG.
path A path to the existing JPEG.
return The updated JPEG data.
Notes

None.

Example

None.