使用 Silverlight 读写 EXIF 数据

发布于 09-15 16:40 字数 264 浏览 7 评论 0原文

我想找到一种方法来使用 Silverlight 读取和写入图像的 exif 数据。

我找不到任何示例代码或库来执行此操作,所以我不知道这是否可能?

谢谢

更新:我需要编写(必要时编辑或添加)exif 数据,更准确地说是“软件”标签。

I'd like to find a way to read AND write exif data of an image with Silverlight.

I couldn't find any sample code or library doing this, so I don't know if it's even possible?

Thanks

Update : I need to write (edit or add if necessary) exif data and more precisely the "Software" tag.

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

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

发布评论

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

评论(2

负佳期2024-09-22 16:40:05

在工作中,我们在 WPF 应用程序中使用它,因此它可能会有所帮助

http://renaud91.free.fr/MetaDataExtractor /

At work we use this, in a WPF Application so it might help

http://renaud91.free.fr/MetaDataExtractor/

尘曦2024-09-22 16:40:05

这是您在 SL 中的阅读方式:理解和读取 Exif 数据。由于作者使用 FileInfo 来实现此目的,因此读取的概念可能会被颠倒用于写入(TIFF - Little Endian)。

This is how you would read in SL: Understanding and Reading Exif Data. As the author is using FileInfo for this, the concept of reading can likely be reversed for writing (TIFF - Little Endian).

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