Gimp-Forum.net
GPS exif data to image - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions)
+--- Thread: GPS exif data to image (/Thread-GPS-exif-data-to-image)



GPS exif data to image - fixe123 - 08-31-2023

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


RE: GPS exif data to image - PixLab - 08-31-2023

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/ImageMagick/discussions/4806
Even the city
> https://imagemagick.org/discourse-server/viewtopic.php?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/