New features

New versions: TODO lists, API changes and so on

FujiFilm XF10 .RAF to .PPM error

I've tested LibRaw-0.19.5/bin/dcraw_emu.exe on some FujiFilm RAW files without any command line options.

I've obtained unexpected output for XF10 model. With the command:

.\dcraw_emu.exe fujifilm_xf10_04.raf

the generated .ppm output had resolution only 1470x40 pixels.

However, e.g. for X-A3 model:

.\dcraw_emu.exe fujifilm_x_a3_01.raf

the generated .ppm output had resolution 6016x4014 pixels.

Forums: 

Support for Panasonic DC-S1 / DC-S1R series

Is support for Panasonic DC-S1 / DC-S1R series planned?

In the source ('dcraw.c') code i see that the new encoding is already recognized ('pana_encoding=6'), but is has not been implemented yet ('panasonic_load_raw()')

If someone has a description of the new format I can implement this myself. Or has Panasonic something like a developer support who can be asked?

Forums: 

Support for GoPro HERO5 and HERO6 Black raw format

I have seen that you already had seen the RawSpeed issue, but I thought that it would be a good idea to at the request here to, so it doesn't get lost.

GoPro provides code to decode the Raw format here (MIT license):
https://github.com/gopro/cineform-sdk

More information and example images can be found here:
https://github.com/darktable-org/rawspeed/issues/40

Forums: 

Extent C API IO capabilties

Hello,

With current LibRaw, custom IOs can be implemented by subclassing
LibRaw_abstract_datastream. But this is only available with the C++ API, the
C API only alows to open_file() or open_buffer(). In order to give the C API
more flexibility regarding IOs, I've started working on a LibRaw_proxy_datastream
class that would do IOs by calling a simple set of C callbacks provided by caller.
Initial code is here:

Forums: 

Will be possible to change name of struct tiff_tag into libraw_internal.h ?

Hello, I'm developing a program that use DNG lib from adobe.

When I compile there is a little problem. I must rename the struct tiff_tag into file libraw_internal.h because the adobe library has another struct with the same name. There is only 4 instances of this name into file libraw_internal.h not necessary change into other files.

Is it a easy change, and I don't mind keep doing, but it's will possible to change the name of this struct for future revisions ?

Thank you very much.

Forums: 

Pages

Subscribe to RSS - New features