modifyimageexif - Modify Image EXIF
Modifies the EXIF data in an given image. Provided data will be merged with existing data.
file
binary
Image file to be processed.
exifData
array
Exif data to be inserted into provided image.
Minimum: 1
Example:
[
{
"key": "GPSLatitude",
"value": [
[
52,
1
],
[
30,
1
],
[
58590,
100
]
]
},
{
"key": "GPSLongitude",
"value": [
[
13,
1
],
[
22,
1
],
[
39734,
100
]
]
}
]