4

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?

Adam Haile
  • 30,705
  • 58
  • 191
  • 286

1 Answers1

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