exiv2node
exiv2node copied to clipboard
Delete all tags?
Short of reading the current image tags via getImageTags and then calling deleteImageTags on those keys, is it possible to delete all tags from an image?
As a side note, the setImageTags function has a somewhat-misleading name. I assumed setImageTags(path, {}) would set the tags to the contents of the object ({}), not update the existing tags with new values in the object. updateImageTags might be a better name.