RAW processing

All about RAW processing

libraw to lipjpeg

I have a really simple question, but no matter how much I looked, I couldn't find it anywhere.

How can I connect libraw and libjpeg-turbo? Specifically, how do I get RGB data after:

ret = RawProcessor.dcraw_process();

so that I can pass it as

JSAMPLE* image_buffer; /* Points to large array of R,G,B-order data */

which will be fed to libjpeg.

Thank you very much!

Forums: 

Brightness adjustment leads to oversaturation

Using the -b option to adjust the brightness of the output image increases the color saturation for any brightness > 1. This is particularly noticeable for large brightness values (e.g. 16) for which the colors start looking entirely unrealistic. A benchmark comparison can be done by doing the exposure adjustment in Photoshop (Camera Raw) or Lightroom instead. Is the underlying algorithm flawed or does the -b option need to get used in conjunction with some other setting ?

Forums: 

User defined custom white balance

I am processing an image from an X-Trans sensor (not a normal CFA). If I set user_mul to {1.0, 1.0, 1.0, 1.0} shouldn't the code use these values as the WB co-efficients, or did I miss something else I need to set to make the code use a user defined WB?

Certainly the output image appears identical to the daylight WB case.

Thanks
David

Forums: 

Phase One iXG model is currently not in supported list but the sensor is.

Hi!

I found the 100 MP sensor is included in LibRaw supported camera list but for different camera models from Phase One. I was working with Phase One iXG 100 MP, and thought give a try how the output look like after default demosaicing. The output is more greenish (which is not correct) in output tiff ( dcraw_emu -v -dcbe -T input.IIQ ).

Any good suggestion on this unsupported camera issue? I have attached the output.

Forums: 

raw to tiff conversation without any processing

Hi! I am just trying to do a data conversation from raw (e.g. cr2/cr3/.iiq) to uncompressed tiff like in dcraw -4 -D -T image_name.extension. But as dcraw doesn't support latest cameras, I tried to use simple_dcraw with the same command line, which writing data (3 channel,color) with demosaicing I guess. I need full-resolution, non-demosaic, non-interpolation data. Please help.

Forums: 

Pages

Subscribe to RSS - RAW processing