LibRaw technical support

Stable LibRaw versions: technical support, errors, API questions

Problems with msvc 2015 x64 build

Hello,

I've experienced some strange results when using a 64bit build of libraw.
The dll and lib has been built with:

call "D:\Programme\Visual Studio 14\VC\vcvarsall.bat" x64
nmake -f Makefile.msvc

in the libraw main directory. (latest test was with 0.18 beta 2) - There are no warnings/errors at build time.

I'm also able to run my code, but I don't get an bitmap output with 16 bits per channel.

Forums: 

DNG conversion issue

I am using LibRaw together with the rawPy wrapper (http://pythonhosted.org/rawpy/api/rawpy.RawPy.html) to read in DNG files into Python. Unfortunately the input image does not seem to be correctly read in.

The code I use is:

import rawpy
import imageio

newFile = 'GOPR0079.DNG'

with rawpy.imread(newFile) as raw:
rgb = raw.postprocess(demosaic_algorithm=None,output_color = rawpy.ColorSpace.raw)

imageio.imsave('tst.png',rub)

Forums: 

Fuji X Pro 2 image that libraw cannot read

Hi,

I'm having trouble with reading a Fuji X Pro 2 raw image. You can download the raw file using this link (26MB).

https://drive.google.com/file/d/0BzcmCgBZCb5WOTlfN0hGcFhfVTg/view?usp=sh...

Adobe Photoshop is able to open this image, but FastRawViewer and a number of other products are not able to.

I have the version of libraw that includes compressed raw support. It is not able to read this image either. dcraw_emu reports:

Forums: 

Libraw-Licensing

Dear Libraw-Developers,

What are the requirements to use the libraw source-code in an (closed source) commercial application?

From what I understood the "libraw commercial software license agreement" allows this and merely requires attribution.

My questions:
1.) Is attribution sufficient?
2.) Is it mandatory to have the license-agreement in written and signed form?

Thanks in advance!

Cheers, Brian

Forums: 

dcraw_emu produces a different output than the original dcraw

Hi,
according to the documentation, the dcraw_emu tool should produce binary identical results to those produced by dcraw with the same command line keys. I have an example file where the behaviour between the two binaries differ. You can get the file here: https://drive.google.com/file/d/0B-kBET7UtPB9RkVzVzF6NzNWQzA/view?usp=sh....
Note that I used the following command on the file: ./dcraw -v -q 3 -4 -T ./IMG_9975.CR2

Forums: 

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: 

Pages

Subscribe to RSS - LibRaw technical support