RAW格式转BMP、JPEG等格式程序

时间:2012-06-11 13:50:56
【文件属性】:

文件名称:RAW格式转BMP、JPEG等格式程序

文件大小:459KB

文件格式:EXE

更新时间:2012-06-11 13:50:56

DCRAW

RAW格式转BMP、JPEG等格式程序 C# code to call dcraw exe: Process proc = new Process(); ProcessStartInfo startInfo = new ProcessStartInfo("dcraw.exe", "-T D:\\sample.CR2"); startInfo.CreateNoWindow = true; startInfo.WindowStyle = ProcessWindowStyle.Hidden; startInfo.UseShellExecute = false; proc.StartInfo = startInfo; proc.Start(); while (!proc.HasExited) { } proc.Close();


网友评论

  • 64位打不开
  • 有没有源码
  • 只有 exe啊 并没有下载到源码
  • 还不错,谢谢了
  • 能用的代码,可以打开raw图片
  • 俺没有跑起来。。。
  • 有失真。。 没法用
  • 还可以,能使用的
  • 有色差还是不够完美,
  • 效果很好,感谢楼主
  • 希望能详细注释一下,看不太懂