LibRaw technical support

Stable LibRaw versions: technical support, errors, API questions

libraw in a DSO plug-in

Happy new year to all,

The Oyranos project has some plugins, which work as shared libraries. These libraries need to link in libraw.a, in order to use the LibRaw functionality for conversion and ICC profile assignment.

However on 64-bit machines the gcc compiler says:
linux/bin/ld: /usr/lib64/libraw.a(lib_libraw_a-libraw_cxx.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC

The issue is nicely described here:
http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1&chap=3

Forums: 

[patch] pkg-config fixes

Attached you can find a patch that fixes the following problems with the pkg-config files:

* The version number was fixed at 0.9.1. It is now taken from ./version.sh.
* The "Requires:" field was fixed to "lcms" even if lcms2 or nothing is used. It is now set to "lcms", "lcms2" or empty as appropriate.
* The lcms dependency libraries were duplicated in the "Libs" field. This is not necessary, the "Requires" field takes care of that.

Forums: 

crash decoding SIGMA DP1 .X3F image

The application I am working on (Luminance HDR) crashes trying to decode a RAW image from SIGMA DP1 camera (file extension .X3F).

Library version is LibRaw-0.12.0-Beta4 with LibRaw-demosaic-pack-GPL2-0.12.0-Beta4

Here is the gdb output:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffeab37710 (LWP 21659)]
LibRaw::foveon_interpolate (this=0x7fffeab09ad0) at ../LibRaw-demosaic-pack-GPL2-0.12.0-Beta4/dcraw_foveon.c:389
389 FORC3 ddft[i+1]

[1] += (short) image[row*width+col][c];
 
 
Hope this can help you

Forums: 

new cameras

Hi,

(I'm not sure where this post belongs. I started to put it in general but that area seems overrun by watch spam.)

I've recently worked with a couple of industrial cameras based on the Sony ICX 625/655 5MP color sensor. I modified libraw to work with these images, and the patch is below. The JAI BB-500GE wasn't tested, but should work OK because the GigE camera is nearly identical to the CameraLink, which was tested. The other 3 were tested and work OK.

I hope this helps someone.

-kc

6783a6784,6787

Forums: 

Reading color

Hi,

I am trying to read raw images with libraw and paint them to screen.

I need to extract per pixel RGB values where each color component must be in 0-255 range.

I am loading a raw file, iProcessor.imgdata.params.output_bps reports 8 bits per plane.

Whilst reading the image with iProcessor.imgdata.image[idx][0], I see values way above 255.

Am I missing something simple ?

Forums: 

dcraw_emu.exe versus dcraw.exe

Hi,
I wanted to compare the images generated by dcraw_emu.exe and the latest version of dcraw, which I compiled on Windows 7 using:

gcc -o dcraw.exe -O4 dcraw.c -lm -lws2_32 -DNO_JPEG -DNO_LCMS -DDJGPP

I then ran both dcraw.exe and dcraw_emu.exe with the same command line parameters:

dcraw.exe -g 1.0 1.0 -W -q 3 data.cr2
dcraw_emu.exe -g 1.0 1.0 -W -q 3 data.cr2

using this image:

http://www.filefactory.com/file/b345c12/n/data.cr2

Forums: 

New image pixel cropping feature

Hi,
the company that I work for has now paid for and received a patch from Dave Coffin for new image pixel cropping functionality. We are C++ programmers and are eager to get this new code integrated into LibRaw as soon as possible, so if we can be of any help please let us know. Also, we may be available to assist in the future development of LibRaw. Can someone please reply back as soon as possible please as to how we may move these plans forward?
Thanks,
Patrick

Forums: 

Crash when freeing a libraw_processd_image_i

I am using libraw in a project (Windows, Visual Studio). My program crashes, when I free the memory allocated by dcraw_make_mem_image:

libraw_processed_image_t *image = rawProcessor.dcraw_make_mem_image(&error);
free(image);

This does not occur, when I make the free-function defined in the libraw class public and use it to free the memory. What is the cause and solution to this problem?

Thank you in advance.

Forums: 

Pages

Subscribe to RSS - LibRaw technical support