We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我的公司最近发布了仅使用托管 C# 编写的免费开源(新 BSD 许可证)版本的 LibTiff(许可证允许商业使用和分发)。
https://bitmiracle.com/libtiff/
My company recently released a free and open-source(New BSD license) version of LibTiff written using only managed C# (license permits commercial use and distribution).
https://bitmiracle.com/libtiff/
使用内置的 .NET 类怎么样? 请参阅 MSDN 上的“如何:编码和解码 TIFF 图像”。
What about using the built in .NET class? See "How to: Encode and Decode a TIFF Image" on MSDN.