我想安装 exiftool 并获取照片的位置信息。请帮忙。谢谢
答案1
下载和安装说明如下这里。
要列出 GPS 纬度/经度,请使用此命令:
exiftool -GPSLatitude -GPSLongitude FILESorDIRS
替换FILESorDIRS
您想要列出的文件和/或目录。
要查看所有 gps 标签,您可以使用通配符:
exiftool -gps* FILESorDIRS
我想安装 exiftool 并获取照片的位置信息。请帮忙。谢谢
下载和安装说明如下这里。
要列出 GPS 纬度/经度,请使用此命令:
exiftool -GPSLatitude -GPSLongitude FILESorDIRS
替换FILESorDIRS
您想要列出的文件和/或目录。
要查看所有 gps 标签,您可以使用通配符:
exiftool -gps* FILESorDIRS