C# Read Raw File Data

C# Read Raw File DataRaw

C# Filestream

If you don't have a codec installed, then you'll have to read the raw image data and convert it to a bitmap or other format that you can read. In order to do that, you need a copy of the format specification so that you can write code that reads the binary data.I strongly recommend getting a codec, or finding code that somebody has written that already handles the conversion. But if you really want to try your hand at writing image format conversion code, your first order of business is to get the format specification.A quick Google search on CR2 image format reveals this. Truthfully, I don't know how accurate that is, but it looks reasonable. A little time with a search engine will probably reveal similar documents for the other formats.Be forewarned: writing these conversions can be a very difficult task. Again, I recommend that you find some existing code that you can leverage.