C# .NET 的好 Tiff 库

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/294391/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-03 22:00:07  来源:igfitidea点击:

Good Tiff library for .NET

c#.nettiff

提问by kitsune

I know libtifffor C, but haven't found a port for .NET. Does such a port exist?

我知道C 的libtiff,但还没有找到 .NET 的端口。有这样的端口吗?

回答by ine

What about using the built in .NET class? See "How to: Encode and Decode a TIFF Image"on MSDN.

使用内置的 .NET 类怎么样?请参阅MSDN 上的“如何:编码和解码 TIFF 图像”

回答by Bobrovsky

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).

我公司最近发布了 LibTiff 的免费开源(新 BSD 许可证)版本,仅使用托管 C# 编写(许可证允许商业使用和分发)。

http://bitmiracle.com/libtiff/

http://bitmiracle.com/libtiff/