如何将自定义 GPS 位置添加到图片中?

如何将自定义 GPS 位置添加到图片中?

给定一张.jpg没有关联 GPS 坐标的图片,您建议如何为其添加自定义坐标?

答案1

您可以使用exiftool命令

例如:

exiftool -exif:gpslatitude="Put_the_GPS_coordinate_here" -exif:gpslatituderef=S your.jpg

验证一下:

exiftool -filename -gpslatitude -gpslongitude -T your.jpg

相关内容