来自远程源的 Exiftool
Exiftool from remote sources
我正在尝试使用 exiftool 从 Internet 获取图像元数据,并尝试按照 exiftools 文档中提供的管道示例进行操作,我在下面链接了它。这没有按预期工作,而是 returns 没有指定文件的错误。我尝试将 URL 放入引号中,更改命令以使用 curl 作为 exiftool 的输入而不是管道,似乎没有任何效果。任何帮助将不胜感激。
对我来说效果很好。确保添加 -
以指示从标准输入读取。这是一个例子:
> curl -s "https://www.gravatar.com/avatar/1f20f72dba83a169c623fbe652657a32?s=48&d=identicon&r=PG" | exiftool -
ExifTool Version Number : 11.88
File Type : PNG
File Type Extension : png
MIME Type : image/png
Image Width : 48
Image Height : 48
Bit Depth : 8
Color Type : RGB with Alpha
Compression : Deflate/Inflate
Filter : Adaptive
Interlace : Noninterlaced
Pixels Per Unit X : 3780
Pixels Per Unit Y : 3780
Pixel Units : meters
Image Size : 48x48
Megapixels : 0.002
我正在尝试使用 exiftool 从 Internet 获取图像元数据,并尝试按照 exiftools 文档中提供的管道示例进行操作,我在下面链接了它。这没有按预期工作,而是 returns 没有指定文件的错误。我尝试将 URL 放入引号中,更改命令以使用 curl 作为 exiftool 的输入而不是管道,似乎没有任何效果。任何帮助将不胜感激。
对我来说效果很好。确保添加 -
以指示从标准输入读取。这是一个例子:
> curl -s "https://www.gravatar.com/avatar/1f20f72dba83a169c623fbe652657a32?s=48&d=identicon&r=PG" | exiftool -
ExifTool Version Number : 11.88
File Type : PNG
File Type Extension : png
MIME Type : image/png
Image Width : 48
Image Height : 48
Bit Depth : 8
Color Type : RGB with Alpha
Compression : Deflate/Inflate
Filter : Adaptive
Interlace : Noninterlaced
Pixels Per Unit X : 3780
Pixels Per Unit Y : 3780
Pixel Units : meters
Image Size : 48x48
Megapixels : 0.002