Gimp-Forum.net

Full Version: GPS exif data to image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a script or an extension that I can use to add the gps location from its exif data to the image as a text or a watermark? Thanks
In GIMP, I don't know.

If you have imagemagick (command line), I found this to extract gps coordinates, (I never really get into imagemagick, though, but it might be useful for you)
> https://github.com/ImageMagick/ImageMagi...sions/4806
Even the city
> https://imagemagick.org/discourse-server...hp?t=33364

Reference > https://www.imagemagick.org/script/escape.php

Then it should be possible with imagemagick to put the coordinate on the image itself
https://linuxhint.com/imagemagick-adding-text-image/