简体   繁体   中英

Converting *.raw to *.tiff

There was such a problem. Requires conversion of *.RAW files received the camera 4K NDVI CAMERA for GitUp G3 .

I use libraw.h , which contains dcraw.c . She works with the GitUp Git2 camera format.

My file she does not recognize it and deduces

Unsupported file format or not RAW file

I also tried the raw2dng utility, but also there is an

Unsupported file format

Help please find a way to convert this *.RAW file.

I attach the file ( https://yadi.sk/d/sdHHY4jw3aj4Ga ).

Thank you in advance!

The problem is solved. For this, I added support for the camera in classes libraw library:

libraw_cxx.cpp

dcraw_common.cpp

dcraw.c

Here are the parameters:

{24000000, 4000, 3000, 0, 0, 0, 0, 0, 0x94, 0, 0, "GITUP", "G3DUO 4:3"},
{18016000, 4000, 2250, 0, 0, 0, 0, 0, 0x94, 0, 0, "GITUP", "G3DUO 16:9"}

After that, the project was re-compiled and now dcraw_emu can convert raw to tiff for this camera!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM