Skip to content

Please support writing exif back to image files too #442

Open
@jim-meyer

Description

@jim-meyer

Description

This package looks like a great step up from piexifjs in many ways. Better API, supports more image formats (awesome!). But unlike piexifjs it does not support writing the Exif metadata back to an image.
The use case I have goes like this:

  1. Read in the Exif from an image file
  2. Change the Exif in some way. In my specific case I need to randomize the GPS coordinates so they don't reveal a precise location the image was taken. I still need the GPS location to exist to provide some sense of where the image was taken though ("somewhere within 100 miles of <<>>").
  3. Save the modified Exif back to the file

(The fact this package is called ExifReader, with emphasis on "reader", did not escape my attention. I didn't let that stop me from making this request. ;-) )

Additional details

This is a feature request not a bug. Hence I'm providing no more details than what is above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions