Skip to content

Black levels for x-trans files are not read correctly #112

Closed
@sguyader

Description

This issue is related to #78, I think it's a general problem with Fujifilm x-trans raw files.

I have the same issue with the X-T2: preview is black, and the output DNG is pinkish. More correct colors can be retrieved by tweaking black levels in RawTherapee, but the resulting image is noisy.

In fact, in file RawParameters.cpp (line 197) I replaced black=r.color.cblack; with black=1022; ( I guess r.color.black gets a value of 0.) and this gives me an output dng with correct black levels and colors for my camera, but what I see is that in fact, only the darkest frame of the bracket is used and its brightness amplified, this is why the output is noisy.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions