【问题标题】:Reading tags of *.tiff and *.eps files读取 *.tiff 和 *.eps 文件的标签
【发布时间】:2010-03-25 10:12:35
【问题描述】:

我必须阅读 cmyk *.tiff 和 *.eps 文件的标签。我使用.net 3.5。我该怎么做?

【问题讨论】:

    标签: c# .net tiff eps


    【解决方案1】:

    对于 Tiff,我在另一个线程中看到了 this。看起来很有趣,但不知道效果如何。

    【讨论】:

    • 我正在查看 libtiff.net,但我根本不明白如何使用它。没有任何手册。
    • 我认为您需要查看原始 libtiff 文档:remotesensing.org/libtiff 此外,您可以查看显示 .net 版本差异的此页面:bitmiracle.com/libtiff/differences.aspx
    • BitMiracle LibTiff 非常适合我 stackoverflow.com/questions/2041783/…。解决方案中有几个例子(我下载了源码版),基本上API确实和Stefan Egli指出的LibTiff一样
    • LibTiff.Net 2.0(刚刚发布)包含改进的文档和示例数量以及其他改进和错误修复。你可能想检查一下。
    【解决方案2】:

    您可以测试EXIFextractor

    【讨论】:

      猜你喜欢
      • 2019-07-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多