将 EXIF 从一张图像复制到另一张图像失败

发布于 2024-12-05 09:08:27 字数 253 浏览 0 评论 0原文

我正在使用这样的东西:

foreach (PropertyItem item in image.PropertyItems)
{
    newImage.SetPropertyItem(item);
}

但它并没有复制所有的 EXIF 元素。缺少许多核心“好东西”,例如相机制造商和相机型号。是什么原因造成的?

我会考虑使用第三方组件或库。但我需要它是免费的,并且它必须能够写入 EXIF 数据以及提取它。

I am using something like this:

foreach (PropertyItem item in image.PropertyItems)
{
    newImage.SetPropertyItem(item);
}

But it is not copying all the EXIF elements. A number of the core "good ones" are missing, like Camera Make and Camera Model. What is causing this?

I would consider using a 3rd party component or libray. But I need it to be free and it has to be able to write EXIF data, as well as extract it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

羞稚 2024-12-12 09:08:27

如果您仅对 JPEG 感兴趣,请尝试 ExifUtils (http://code.google.com/p/exif-utils/)。
与大量数码相机 exif 信息配合得很好。

If you are interested in JPEG only, try ExifUtils (http://code.google.com/p/exif-utils/).
Works very well with a lot of digital camera exif info.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文