是否有读取RAW文件的一个很好的.NET库?很好、文件、RAW、NET

由网友(懦弱给谁看)分享简介:我们正在编写一个基于.NET的应用程序读取图像,包括RAW文件。是否有一个好的图书馆,我们可以使用吗?也许一个包装器Dcraw执行或libraw?许可证的角度来看,LGPL是好的,但GPL不会。We're writing a .NET-based app to read images including RAW fi...

我们正在编写一个基于.NET的应用程序读取图像,包括RAW文件。是否有一个好的图书馆,我们可以使用吗?也许一个包装器Dcraw执行或libraw?许可证的角度来看,LGPL是好的,但GPL不会。

We're writing a .NET-based app to read images including RAW files. Is there a good library we can use? Perhaps a wrapper around dcraw or libraw? License-wise, LGPL is fine but GPL wouldn't be.

推荐答案

我前段时间问过类似的问题。

我最终使用的办法是运行Dcraw执行并捕获输出到一个GDI +位图对象。它运作良好,这是不是太慢了。

The option I ended up using was running DCRaw and capturing the output into a GDI+ Bitmap object. It works well and it isn't too slow.

阅读全文

相关推荐

最新文章