Hi,
I am a little bit confused by the naming of output folder in libraw.vcxproj: debug-x86_64 and debug-x86_64. This sounds like being usable with 32 bit, but the project is built as 64 bit.
Hi,
I am not clear on how to build libraw in debug mode when using the configure script. I tried using CXXFLAGS=-g. But I noticed the .dSYM files were created in the libs directory with or without this.
The configure script itself has a -debug option but it appears to be related to debugging configure (atleast based on the comments) and not generating debug symbols.
I am working with another developer in creating a revised version of a popular astronomical application for analysing starlight.
Many users of the software use a variety of DSLR cameras to capture their scientific star images.
The key requirement, other than being able to handle a wide range of DSLR cameras, is that the data from the camera sensor MUST NOT have ANY processing done. We must only get the unaltered signal from each pixel without any processing of any kind (except what some DSLR cameras do themselves :)). Our software handles all processing of the RAW data.
Hello, my first post here. I have a new camera. It is an OM1 from OM systems. Just came out like a month ago and looks like its a big seller too. I am wondering if I can provide the developers here with any helpful info or files needed to get the RAW files from this camera supported by LibRaw. Especially since some of the software I use for astrophotography uses LibRaw.
I have two dng files taken with an iPhone under same setting and when opened from adobe's photoshop one image is saturated when the other clearly isn't. However when in libraw both images have maximum intensities at 65535.
Here's what I did in libraw. Is there something I did wrong?
1. open_file()
2. set params with no_auto_bright=1 and no_auto_scale=1
3. unpack()
4. dcraw_process()
5. get image with dcraw_make_mem_image()
It looks like I may have solved the problem by substituting vcvars64.bat for vcvars32.bat. Please let me know if there are any other changes that need to be made to produce a 64-bit dll.
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).
Recent comments