smarnach / pyexiftool

a Python library to communicate with an instance of Phil Harvey's excellent ExifTool command-line application.
Other
270 stars 111 forks source link

Set GPS coordinates #12

Closed ghost closed 9 years ago

ghost commented 9 years ago

This is a nice wrapper but is there a way to pass GPS coordinates for exiftool to set them?

smarnach commented 9 years ago

Currently, there are no dedicated methods for updating EXIF information. Since exiftool itself is able to do this, you can use one of the low-level methods, to implement this yourself.