简体   繁体   English

在.NET中读取Canon CR2原始图像文件

[英]Reading Canon CR2 raw image files in .NET

Are there any free-to-use libraries for .NET so that I can read Canon's raw format, CR2, into my image processing application, retaining the full color depth? .NET是否有任何可免费使用的库,以便我可以将佳能的原始格式CR2读取到我的图像处理应用程序中,从而保留整个色彩深度? I believe it is a linear 14-bit/channel integer format, however some processing is required due to the layout of the image sensor array. 我相信它是线性的14位/通道整数格式,但是由于图像传感器阵列的布局,需要进行一些处理。

I don't want it in crappy 8-bit/channel precision, I want the highest possible color depth for my internal 32-bit/channel floating point format. 我不希望它具有糟糕的8位/通道精度,我希望为我的内部32位/通道浮点格式提供尽可能高的颜色深度。

Have you considered the Canon SDK? 您考虑过佳能SDK吗? It's free to download, apparently, but you have to fill out a request form and agree to the license before getting a copy. 显然,它是免费下载的,但是在获得副本之前,您必须填写申请表并同意许可。 (Disclaimer: I haven't used it.) (免责声明:我没有使用过。)

There's a site with a set of forums for SDK users that might have some useful information. 有一个网站,提供了一些针对SDK用户论坛,其中可能包含一些有用的信息。 Good luck! 祝好运!

我已经成功地使用了Freeimage

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM