【问题标题】:How to add metadata using Exiftool?如何使用 Exiftool 添加元数据?
【发布时间】:2020-11-12 23:10:06
【问题描述】:

我有一个图像,我想在其中创建一个名为“DepthMap”的新标签并将图像添加到该标签。我搜索了很多,但找不到一个例子。

【问题讨论】:

  • 我假设 this 是你的 reddit 帖子。在这里,您提供了要嵌入实际文件作为深度图的附加信息,这会将标签缩小到XMP-GDepth 标签组,而不是我在那篇文章中提到的XMP-Device:Cameras 组。

标签: metadata exiftool


【解决方案1】:

假设您想将深度图图像嵌入到XMP-GDepth:DepthImage 标签中,基本命令将是:
exiftool "-xmp-gdepth:DepthImage<=depthmap.jpg" File.jpg

但请注意,可能需要其他数据。请参阅this exiftool forum post 了解更多信息。该帖子的几个变化是不再需要配置文件,xmp-gdepth:data 现在是XMP-GDepth:DepthImage,如上面的命令所示。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-06-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-12-21
    • 2015-06-16
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多