mattiasw / ExifReader

A JavaScript Exif info parser.
Mozilla Public License 2.0
774 stars 89 forks source link

(Not An Issue) How to remove metadata and Update the buffer #263

Closed userOmega3098 closed 11 months ago

userOmega3098 commented 11 months ago

I am just curious on how to remove metadata from a image file and update the buffer here

mattiasw commented 11 months ago

Hi! I'm afraid writing to an image file is not possible with ExifReader. You would have to use another tool.