weird behaviour of display and histogram

Issue #7 resolved
Gaaned92 created an issue

W10 and ART_master_0.2-3-gce8e3ce4f_W64_SSE4_191004

using photo from https://discuss.pixls.us/t/play-raw-daylight-haze/10491

and _DSC0653.NEF.arp snapshot3

1- when changing zoom,, displayed image change.

2- selecting and deselecting tone equalizer (all sliders set to zero) , histogram change.

do you observe same odd behaviour?

Comments (15)

  1. Gaaned92 reporter

    With 0.2-13 I get the same odd behaviour. It is a rnadom behaviour. you have to randomly change zoom and select/deselect in order to observe.

    I have an other observation regarding interaction of log encoding and exposure compensation. do you want I open an other ticket?

  2. agriggio repo owner

    sorry for the very late reply. I just tried again to reproduce, but no success… 😞

    Regarding the other observation, please open a separate ticket, thanks!

  3. Gaaned92 reporter

    For the log encoding, I lack some understanding of the function. So I am really not sure if it is a bad interaction or if it is normal.

  4. agriggio repo owner

    Interesting… I can reproduce the histogram changes on windows (still no luck with the brightness changes though). Using the attached patch, the problem seems to go away, but I still don’t understand why… it would be great if you could try on your machine and let me know what happens

  5. Gaaned92 reporter

    I fear it is not solved. Evevn if all sliders are 0, clicking on the tone equalizer modifies all the histograms. They seem coherent with the small thumbnail on the left.

  6. agriggio repo owner

    Indeed, it doesn’t solve the problem. In fact, the bug seems to be totally unrelated… In the meantime, I’ve been able to reproduce also the brightness issue, but both only on windows. At the moment I have no clue what the culprit might be, unfortunately…

  7. Gaaned92 reporter

    No glitch if I run art.exe under gdb.

    So perhaps a critical race

    Is there a way to use only one processor?

  8. agriggio repo owner

    definitely a concurrency issue. But I have to at least isolate the module in which it happens first (I’m still not sure it’s the tone equaliser)

  9. Gaaned92 reporter

    It doesn’t happen on all photos. I have to verify.

    color correction? if I disable it there is no more glitch. Is it due to area mask?.

    the feathering doesn’t seem very robust. I let show mask active. I go back to tone equalizer and I see that the mask is modified.

  10. agriggio repo owner

    I found the bug – it was due to an uninitialized buffer being used in some cases when generating area masks. It should be fixed now

  11. Log in to comment