1) white balance for > 16 bit dng: alex doesn't want to support that format
at all, in fact our copy of libraw only doesn't crash on it because these
files are opened with rawspeed. so he has a point i guess.

the clean way to solve this would be on our end not to use libraw to read
camera-wb from raw files (and use rawstudio code instead, it is very clean
and well written as far as i can tell).

2) document mode processing (get raw buffers pre-demosaicing). no idea why
that was removed, the git log says `nobody uses it'. i don't know if there
is a new way to get the old behaviour.

we can either stick with our old copy and not update it any more, or fork
libraw and revert that commit (or half of it, there was also some camera
support in it).

it'll even not be detected at link time, since we only write to a struct
params.document_mode, so as long as the old header is around, compilation
will be fine and a linked binary will just crash at runtime (or do random
stuff).

-jo


On Mon, Jun 10, 2013 at 2:29 PM, Madko <[email protected]> wrote:

> Do you know why they removed those functionnalities?
>
>
> 2013/6/10 johannes hanika <[email protected]>
>
>> no, not possible. we need to revert a couple of commits from upsteam to
>> get back functionality that has been removed over the years.
>>
>> -jo
>>
>>
>> On Mon, Jun 10, 2013 at 1:38 PM, Madko <[email protected]> wrote:
>>
>>> Is it possible to build darktable against LibRaw from the system, not
>>> against the one provided in src/external?
>>>
>>>
>>> 2013/6/10 Jose Carlos Garcia Sogo <[email protected]>
>>>
>>>> On Mon, Jun 10, 2013 at 11:55 AM, Madko <[email protected]> wrote:
>>>> > Thanks Johannes
>>>> >
>>>> > about squish and its patented algorithm (DXT), is it right to
>>>> distribute it
>>>> > in your sources tarballs?
>>>>
>>>> Yes, it is: http://www.debian.org/reports/patent-faq
>>>>
>>>
>>>
>>>
>>> --
>>> Edouard Bourguignon
>>>
>>
>>
>
>
> --
> Edouard Bourguignon
>
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
darktable-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to