ktgw0316/LightZone

LZ 5.0 Beta 2 Debian 12 Color Error (asyncRepaint failed) for CR3 Images

Closed this issue · 0 comments

Describe the bug
A clear and concise description of what the bug is.
Running Debian Live CD and installing Lightzone is giving odd color results.
To Reproduce
Steps to reproduce the behavior:

  1. Open the image in edit mode

  2. The temperature is default very high, over 10,620k, while tint seems to be off as well
    Screenshot from 2023-10-09 20-56-52

  3. I just noticed that the Debian 12 also is using libraw20 instead of libraw23. But the CR3 image still opens up. Dos that make sense?

  4. Changing the temperature to about 5000k and increasing the tint to near about 18.5 seems to help.

Expected behavior
A clear and concise description of what you expected to happen.
I expect the color to be close to the CR3 embedded JPG preview as seen on the Browser screen.
Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot from 2023-10-09 20-58-48

Desktop (please complete the following information):

  • Version Lightzone 5.0 Beta2
  • OS: Debian 12 (off of Live CD)

Additional context
Is the color code fix below a fix for Debian too or just Ubuntu?

libRaw->imgdata.params.output_color = 4; // -o 4 (Kodak ProPhoto RGB D65)
libRaw->imgdata.params.output_color = 0; // -o 0 (raw)