Reading raw image files in c#

前端 未结 2 1052
闹比i
闹比i 2021-01-19 22:47

How do i decode/open raw image files like .CR2 or .NEF and .ARW without having the codec installed, something like lightroom open raw files ? My code look like this:

<
2条回答
  •  庸人自扰
    2021-01-19 23:39

    If you insist on not installing a codec, then your best bet might be these:

    http://www.cybercom.net/~dcoffin/dcraw/
    - written in C, supports most cameras

    http://sourceforge.net/projects/dcrawnet/
    - apparently a (partial?) port of DCRAW to C#, but project does not seem to be active

提交回复
热议问题