How to make a simple grafical interface in C# for DCRAW

Posted by Espinas.iss on Stack Overflow See other posts from Stack Overflow or by Espinas.iss
Published on 2010-05-11T11:32:27Z Indexed on 2010/05/11 11:34 UTC
Read the original article Hit count: 276

Filed under:
|
|
|
|

Hello, i have a problem. I need to make a simple GUI in Visual Studio 2008 using C Sharp that uses a Dave Coffins DCRAW written in C but I don't know how to "connect" dcraw.c (DCRAW source code) file with Csharp... UFRAW is the example of grafical interface that uses dcraw but I can't find it's source code. My application should be very simple: to recognize raw file on digital camera or any disc and uses one interpolatio algorithm on that raw file.

© Stack Overflow or respective owner

Related posts about c#

Related posts about dcraw