I thought it should be setting libraw_internal_data.internal_output_params.raw_color so that the convert_to_rgb_loop() function would not apply the matrix?
Also I wondered about adding an option to not compute the histogram in that function?
How can I modify parameters like "ISO speed","shutter ","timestamp".
For example : firstly, open a Raw file "test.CR2", then define LibRaw RawProcessor; i want to modify "shutter"of "test.CR2",my opinion is : RawProcessor.imagedata.other.shutter=8.9. But it does not work, the "test.CR2" file is not changed. how can i modify some parameters of RAW images.
Case: i have two exactly the same images, shot with 5 seconds in between.
These two images are visually identical when viewed:
In their JPEG preview.
In Adobe ACR
In dcraw (tested v9.22, 9.24 and 9.25) with commands -T -w -W.
Using exiftool on a .CR2 photo converted to DNG, the following tags can be seen in the printout.
AS_SHOT_NEUTRAL
Raw Data Unique ID
However, when unpacking an image captured from the same camera (Canon 7D), I cannot find that data in the libRaw.imgdata structure, despite reading through the sub-structure data several times when in debug mode. I have found almost everything else needed.
When I process .dcr for a thumb with libraw I get a rainbow static image. Every other image format I've tried is fine. Is there something special I would need to do for this format?
I'm currently working on a scientific code that performs correlations to assess displacements between pairs of RAW images. I say that the RAW images come from a PhaseOne IQ180 because it may be the cause of my problem: the demosaicing seems not be accelerated with OpenMP.
Recent comments