I would like to be able to decode and preview all manner of RAW image files from within an application written in C#/Mono. Preferably something that is fully implemented in C# as I need to to run cross-platform and would rather not have to have platform specific binaries just for the raw decoding... Anyone know of any libraries that do this?
Asked
Active
Viewed 412 times
4
-
I'm not aware of any, as on the windows platform, you can just use the vendor supplied RAW codecs. – Rowland Shaw Aug 02 '09 at 17:53
-
See also: http://stackoverflow.com/questions/491015/is-there-a-good-net-library-for-reading-raw-files – Rowland Shaw Aug 03 '09 at 09:49
1 Answers
1
Take a look at DCRaw (http://www.cybercom.net/~dcoffin/dcraw/).
While its not written in C# it is available for windows/linux and the source is available. Its worked really well for the RAW files I converted.

Andre
- 4,560
- 2
- 21
- 27