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