New camera support

Hello, my first post here. I have a new camera. It is an OM1 from OM systems. Just came out like a month ago and looks like its a big seller too. I am wondering if I can provide the developers here with any helpful info or files needed to get the RAW files from this camera supported by LibRaw. Especially since some of the software I use for astrophotography uses LibRaw.

Forums: 

The approach via dcraw_emu

The approach via dcraw_emu works.

But is there any way to use:
libraw_processed_image_t *image = RawProcessor->dcraw_make_mem_image(&ret);
and to get the color profile which is embedded by dcraw_emu into the TIFF?

Thorsten

The profile created is very

The profile created is very close to sRGB profile (default tone curve is slightly different).

So, if the problem still exists: please make sure
a) you use real updated LibRaw, not outdated .dll or .so/.dylib somewhere in the shared library path
b) you have recompiled your application too: offsets in LibRaw object may change resulting in unexpected things

-- Alex Tutubalin @LibRaw LLC