exiv2node icon indicating copy to clipboard operation
exiv2node copied to clipboard

Delete all tags?

Open royaldark opened this issue 10 years ago • 0 comments

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.

royaldark avatar Mar 08 '16 17:03 royaldark