I'm trying to use LibRaw to convert CR2 files from Canon 80D, and when I use rgb_cam combined with pre_mul, I get some not quite realistic colors. In particular, it looks too orange to me. It appears as if the old Canon 1100D got it more "right" than the new 80D.
I then took some photos of my monitor showing RGBCMYK colors and lighter versions of them with 80D, and also measured these colors with SpyderX. After I made my own camera-to-sRGB color conversion matrix using these data, I got some better results.
Hi all, I'm rather new to using libraw, so I apologize if this question is somewhat naive. I'm trying to build a set of tools for handling DLSR captures of film negatives, and I'm attempting some tests to verify my guess that performing several steps in the negative inversion process using the RAW sensor data rather than interpolated data that has been converted to a color space will provide some advantages. I'm using a RAW capture of a color film negative from an A7r IV that I've converted to a DNG for this test.
It is my understanding that PhaseOne cameras can produce 2 IIQ formats: S (for small) and L (for Large). Right now I m only able to use libraw with IIQ L image. Do you have any plan to make the S format compatible ? I think I can provide you a sample if required.
Thanks.
Greg
The following is taken from the PhaseOne website :
One of Foveon's sensors used in five different camera models:
SD1
SD1 Merrill
DP1 Merrill
DP2 Merrill
DP3 Merrill
doesn't permit the inherent BW quality advantages normally provided for these cameras when using LibRaw. As an example, BW images only open as colour images in LibRaw.
This issue was escalated to the LibRaw dev team by the Affinity (Serif) devs about a year ago, but I couldn't find it here, so I am raising the issue again in the hope of a solution.
However there are libraw*.dylib files next to the libraw*.a files. They are registered by relative path so I cannot make the binaries portable. I'm trying to use it with ImageMagick.
I am facing Segmentation Fault when I execute any of the samples with a CR3/CR2 file. DNG files are working properly.
I have used samples/raw-identify.cpp, samples/dcraw_emu.cpp and samples/simple_dcraw.cpp but all of them give a Segmentation Fault as soon as I enter the command.
I also isolated the issue to occur within the LibRaw::open_file() function.
I have also tried to use the option -F on dcraw_emu to consider file as a big one but it does not help.
I downloaded, built and installed libraw (Mac version). The command line samples work. Tried to build a simple application in Xcode (basically a copy of dcraw_half). I get errors like: Undefined symbol: _cmsCloseProfile. I don't want to include lcms. What file(s) do I change to not require lcms ? Or in other words, where do I set --disable-lcms ? I am not a frequent user of configure files, so pardon if this is a noobi question.
Also in the realm of nits: I get 5 warnings like:
This function declaration is not a prototype
DllDef const char *libraw_version();
Recent comments