In the absence of an updated libraw.dll in your recent releases on Github, I tried to recompile the sources to create it here. I was eventually able to set everything up and run nmake on Makefile.msvc and it appeared to run to completion, but the resulting libraw.dll is apparently 32-bit and not 64-bit as required. Your instructions do not explain how to modify Makefile.msvc to produce 64-bit dll and lib files.
I found that the cam_xyz array returned by libraw doesn't match the one I got in exiv2 after going through Adobe DNG converter. I don't know which one is right. (The two match on my older D3300 camera).
I have been trying to compile the libraw 2021-10 master using cygwin on windows 10.
I perform autoreconf --install, no errors are produced.
then I perform ./configure which completes without issues.
Finally i run make and I keep getting the following error:
Can LibRaw be installed on a Raspberry Pi (running Raspbian or some other Linux flavor)? My apologies if this is a simple question - I had a look here (https://www.libraw.org/docs/Install-LibRaw-eng.html), but am a bit inexperienced with compiling and installing packages from source, and am not sure if the RPi hardware/OS is compatible (especially re. its processor architecture). Thank you!
Hi team,
I had a question about whether libraw can be used to read and process RAW files in a multithreaded application when using the single-threaded library version. I was not able to get a clear idea based on the API description page: https://www.libraw.org/docs/API-notes.html.
I plan to create a rawProcessor and read a file on a single thread. I plan to use multiple threads to read multiple files simultaneously.
I am using the release verson 0.20.2 in my lib (librawfx.org). Now I wanted to update to the newest snapshot version 202110. The problem I have now is that all x-trans files have now washed out colors.
Must I call something special for fuji x-trans files to get the right colors ?
I am currently using libraw.dll from the 0.20.02 release -- this has not been updated for a while, but I see you have been uploading new snapshots to the Git repository. Maybe I am missing something, but the snapshots do not seem to include libraw.dll in the bin folder or anywhere else. Any chance you could generate the DLL so I can add support for the newer cameras?
Thanks in advance,
Jonathan Sachs
Digital Light & Color
Hello everyone,
I come with a small question. Indeed, I'm using libraw in my project and everything is fine. However I recently found a small glitch if I use the git version and not the 0.20.2 version.
To handle wide char filenames I use a function to convert them and it was ok until now. It looks like the git version has changed some behaviour.
Recent comments