简体   繁体   中英

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

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.

Have you considered the Canon 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. Good luck!

我已经成功地使用了Freeimage

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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