How to make a simple GUI in C # for DCRAW
I have a problem. I need to make a simple GUI in Visual Studio 2008 using C Sharp which uses Dave Coffins DCRAW written in C, but I don't know how to "hook up" dcraw.c (DCRAW source code) using Csharp ... UFRAW example GUI that dcraw uses, but I can't find it in source code. My application should be very simple: recognize a raw file on a digital camera or any disk and use one interpolation algorithm for that raw file.
+2
a source to share