LibRaw technical support

Stable LibRaw versions: technical support, errors, API questions

Canon 80D scattered image

Hi,

When I am taking picture using a Canon 80D face down, most of the image converted by libraw (current master branch as Sep/26/2016) look kind of scattered and messed up. If I take picture while taking camera horizontally, all the images are OK. I have attached a converted one by libraw. Please let me know how I can send you the raw file since it has the right image in it.

Forums: 

MinGW-64 build and UNICODE paths

If I understand correctly the following lines make not possible to work with UNICODE paths on windows (built with MinGW-64 compiler)

#if defined(_WIN32) && !defined(__MINGW32__) && defined(_MSC_VER) && (_MSC_VER > 1310)
int LibRaw::open_file(const wchar_t *fname, INT64 max_buf_size)

Can __MINGW32__ macro be narrowed to __MINGW64__?

But it looks like that mingw64 std library has wide char file i/o functions (_wfopen).

Forums: 

LibRaw Visual Studio Problem

I am trying to install LibRaw and get it to work with Visual Studio 2015. I think I managed to successfully build the library but when I open the Visual Studio file I get an error during debugging:

Unable to start program
"C:\Users\Kacper\Desktop\example\LibRaw-0.17.2\buildfiles\.\libraw.dll"
The system cannot find the file specified

When I look inside my folder, this exact file is under this location: "C:\Users\Kacper\Desktop\example\LibRaw-0.17.2\buildfiles\debug\libraw.dll"

I am not sure how to tell visual studio to correct this.

Forums: 

Pages

Subscribe to RSS - LibRaw technical support