给定一张.jpg
没有关联 GPS 坐标的图片,您建议如何为其添加自定义坐标?
答案1
您可以使用exiftool
命令
例如:
exiftool -exif:gpslatitude="Put_the_GPS_coordinate_here" -exif:gpslatituderef=S your.jpg
验证一下:
exiftool -filename -gpslatitude -gpslongitude -T your.jpg
给定一张.jpg
没有关联 GPS 坐标的图片,您建议如何为其添加自定义坐标?
您可以使用exiftool
命令
例如:
exiftool -exif:gpslatitude="Put_the_GPS_coordinate_here" -exif:gpslatituderef=S your.jpg
验证一下:
exiftool -filename -gpslatitude -gpslongitude -T your.jpg