采用C 语言,主要实现RAW格式的图片转化为RBG格式。
RAW to rgb└── raw to rgb
├── 1.raw
├── Raw8_RGGB_ToRGB24.jpg
├── raw to rgb.cpp
├── raw to rgb.sln
├── raw to rgb.vcxproj
├── raw to rgb.vcxproj.filters
├── raw to rgb.vcxproj.user
└── x64
└── Debug
├── raw to rgb.exe
├── raw to rgb.ilk
├── raw to rgb.log
├── raw to rgb.obj
├── raw to rgb.pdb
├── raw to rgb.tlog
│ ├── CL.command.1.tlog
│ ├── CL.read.1.tlog
│ ├── CL.write.1.tlog
│ ├── link.command.1.tlog
│ ├── link.read.1.tlog
│ ├── link.write.1.tlog
│ └── raw to rgb.lastbuildstate
├── raw to rgb.vcxproj.FileListAbsolute.txt
├── vc142.idb
└── vc142.pdb
4 directories, 22 files
评论