removeimageexif - Remove EXIF from Image
Remove all EXIF data from a given image.
file
binary
Image file to be processed.
tags
array<string>
List of Tags to remove. If not specified all tags will be removed.
Example:
[
"GPSLongitude",
"GPSLatitude",
"GPSAltitude"
]