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.