RAW processing

All about RAW processing

ARW processing color shift

I am working on some ARW files but having some color shifting problem in raw post-processing. The color seems to be totally shifted specially the red channel values when i compare it with other consumer grade software (adobe PS, RAW therapee). It maybe a bug or perhaps i am doing something wrong. Please help
My raw.postprocess parameters
use_auto_wb=False,use_camera_wb=True,no_auto_bright=False,output_color=rawpy.ColorSpace.sRGB,fbdd_noise_reduction=rawpy.FBDDNoiseReductionMode(0),output_bps=16

Forums: 

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: 

Pages

Subscribe to RSS - RAW processing